Example MCP Server for Claude Desktop
io.github.mctx-ai/example-mcp-server
Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc
client:Claude Desktop
transport:sse
Install Example MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"example-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://example-mcp-server.mctx.ai/v1.3.2"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs