Skip to content
Claude Desktop

ProAgentStore for Claude Desktop

io.github.proagentstore/platform

MCP-first control plane for ProAgentStore agents and private instances.

client:Claude Desktop transport:streamable-http

Install ProAgentStore in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.proagentstore.online/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ProAgentStore in other clients