Skip to content
Claude Desktop

ToolAPI for Claude Desktop

org.toolapi/hub

Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

client:Claude Desktop transport:sse

Install ToolAPI in Claude Desktop

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

{
  "mcpServers": {
    "hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://toolapi.org/sse"
      ]
    }
  }
}

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

ToolAPI in other clients