Share:
About
Geocode addresses, reverse-geocode coordinates, search for places by keyword, and compute driving/walking/transit directions with Google Maps. Requires a Google Maps Platform API key; usage is billed by Google against that key.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Google Maps MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"google-maps": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.