MCP server

Google Maps
MCPReference Google Maps MCP. Places and directions.
@modelcontextprotocol/server-google-maps. Geocode and search with a key you issue in Cloud Console.
latest·MIT·Updated this quarter·github.com/modelcontextprotocol/servers·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "…"
}
}
}
}By Google
Spec
What the server actually exposes.
geocode
readAn address to a point.
place_search
readPlaces matching a query.
directions
readA route between two points.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
google-maps-mcp.mcp/tools
Tools
- read
geocode
An address to a point.
- read
place_search
Places matching a query.
- read
directions
A route between two points.
Last call
{ "ok": true,
"tool": "geocode",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
