geocode for Claude Desktop
io.github.hyosikpark/geocode
Worldwide place search with coordinates (Open-Meteo) — paid per call (x402/credits), 1 tools
client:Claude Desktop
transport:streamable-http
Install geocode in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"geocode": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hawker-gateway.fly.dev/mcp/geocode"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs