RadarSearch & web
Google Maps
Search & web · MCP Server
About Google Maps
A reference server that adds Google Maps to an assistant, place search, geocoding, directions, and distance calculations for location-aware tasks.
Search places and get directions.
CategorySearch & web
TypeMCP Server
SourceOfficial
WebsiteInstalling Google Maps
Runs on demand via npx. Nothing to install globally.
The upstream reference server is archived. It still installs and runs, but is no longer maintained.
Claude Code
claude mcp add google-maps -- npx -y @modelcontextprotocol/server-google-maps
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.