Stats
Actions
Tags
From powerpoint-mcp
Connects to a local HTTP endpoint at port 3001, providing an MCP server that runs remotely over HTTP/SSE. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"powerpoint-mcp": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}Server configuration and connection parameters
http://localhost:3001/mcpnpx claudepluginhub kzarzycki/powerpoint-mcp --plugin powerpoint-mcp