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.
Frequently Asked Questions
Common questions about Google Maps MCP.
- What is the Google Maps MCP for?
- The Google Maps MCP provides access to geocoding, reverse geocoding, place search, and directions. It supports use cases like mapping addresses to coordinates, finding nearby locations, and calculating routes.
- How do I configure Google Maps MCP with a client?
- To configure the Google Maps MCP, you will need to specify 'stdio' as the transport and provide an API key. The exact configuration steps depend on the MCP client you are using, such as Claude Desktop, Cursor, or Cline.
- Does the Google Maps MCP require an API key?
- Yes, the Google Maps MCP requires a Google Maps Platform API key. This key is used for authentication and billing purposes with Google Maps services.
- What capabilities does the Google Maps MCP offer?
- This MCP exposes capabilities for geocoding addresses, reverse-geocoding coordinates, searching for places by keywords, and computing driving, walking, or transit directions. These align with the Google Maps Platform services.
- What are the costs associated with using the Google Maps MCP?
- Usage of the Google Maps MCP is billed by Google against your Google Maps Platform API key. Fees are determined by the Google Maps Platform pricing model, and costs depend on your specific usage patterns.
- What are the limitations of the Google Maps MCP?
- A key limitation is the dependency on a valid and active Google Maps Platform API key. Without this key, the MCP cannot access Google Maps services, and all requests will fail. Usage is also subject to Google Maps Platform quotas.
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.