Skip to content
Claude Desktop

toolweave for Claude Desktop

io.github.andreysparish/toolweave

One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.

client:Claude Desktop transport:streamable-http

Install toolweave in Claude Desktop

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

{
  "mcpServers": {
    "toolweave": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://toolweave.dev/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

toolweave in other clients