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