Skybridge Capitals Example for Claude Desktop
tech.skybridge.capitals/capitals
Example MCP and ChatGPT App based on Skybridge framework showing capitals in a world map
client:Claude Desktop
transport:streamable-http
tools:1
Install Skybridge Capitals Example in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"capitals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://capitals.skybridge.tech"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs