geo for Claude Desktop
co.thinair/geo
Geocoding, routing, isochrones, traffic, weather, and place search for AI agents. 19 MCP tools.
client:Claude Desktop
transport:streamable-http
Install geo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"geo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://geo.thinair.co/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs