Skip to content
Claude Desktop

SandBase for Claude Desktop

io.github.sandbaseai/cli

Connect MCP clients to 2,000+ AI models without managing provider API keys.

client:Claude Desktop transport:streamable-http

Install SandBase in Claude Desktop

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

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sandbase.ai/v1/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

SandBase in other clients