Connect Claude Desktop
Claude Desktop uses a local command bridge for remote MCP servers.Restart Claude Desktop after saving the config so the MCP server is rediscovered.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Claude Desktop to connect through an MCP stdio bridge.
{
"mcpServers": {
"my-server": {
"command": "bunx",
"args": [
"mcp-remote",
"https://my-server.mcp.cloud/mcp"
]
}
}
}