LocationFreemiumactiveReviewed by MCPIndex

Google Maps MCP Server

MCP server for location search, directions, place details, and geocoding via the Google Maps API.

Looking for more MCP servers? Browse the full MCP tools directory or explore more tools in Location.

Reviewed by MCPIndex

MCPIndex assessment

Google Maps MCP gives AI assistants access to location data, geocoding, directions, and place information via the Google Maps API. It is most useful for applications or workflows where location context is part of the task, such as building location-aware features, verifying addresses, or retrieving place details during development. The use case is more specific than most MCP tools, making it a strong choice when location intelligence is genuinely needed but less relevant for general development or productivity workflows.

Quick overview

Google Maps MCP Server is an official reference server maintained by Anthropic with 15K+ installs, enabling AI assistants to search for places, get directions, retrieve business details, and geocode or reverse-geocode addresses using the Google Maps API. It is useful for travel planning, logistics, local search, and location-aware workflows.

Best for

The teams and workflows that benefit most from this tool.

Developers building location-aware features who want to test and verify Maps API data from the AI client.

Retrieving geocoding, directions, and place details during development without leaving the workflow.

Workflows that involve address validation, distance calculations, or location-based data enrichment.

What this MCP server is best for

  • Google Maps MCP Server is useful when you want to extend an AI assistant with real tools and live system access.
  • It helps move from chat-only answers to real actions such as reading data, managing systems, or retrieving current information.
  • It is best for developer and technical workflows where AI needs controlled access to external tools or services.

When to choose it

Choose Google Maps MCP Server when you want an MCP server focused on Location and need tighter integration with your existing tools.

Good fit

google-mapslocationdirectionsgeocodingplaces

Limitations

Things to watch before choosing this tool.

Requires a Google Maps API key; usage costs apply beyond the free tier.

Not useful for workflows without a location or mapping component.

Does not provide real-time traffic or live transit data in most configurations.

Google Maps MCP Server Configuration

Use the following configuration as a starting point for Claude Desktop or any compatible MCP client, then replace placeholder credentials with your own values.

claude_desktop_config.json
{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-google-maps"],
      "env": {
        "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key_here"
      }
    }
  }
}

How to set up Google Maps MCP Server

These setup steps cover the typical installation flow for this MCP server.

  1. 1

    Go to Google Cloud Console and create or select a project

  2. 2

    Enable the Maps JavaScript API, Places API, and Directions API

  3. 3

    Create an API key and restrict it to the required APIs

  4. 4

    Add the config JSON with your API key to claude_desktop_config.json

  5. 5

    Restart Claude Desktop and ask Claude to find places or get directions

Compatibility

Supported environments for Google Maps MCP Server.

Claude Desktop

Yes

Cursor

No

VS Code

No

Niche but valuable for location-aware development. Requires a Google Maps API key with appropriate services enabled.

Frequently asked questions

Common questions for Google Maps MCP Server.

What can Google Maps MCP do?

It can search for places, get driving or walking directions, retrieve business details, and geocode addresses.

Is Google Maps MCP free?

The MCP server is free, but the Google Maps API has a free monthly credit after which usage is billed by Google.

Who maintains Google Maps MCP?

It is maintained by Anthropic as part of the official Model Context Protocol reference servers.

Can it show real-time traffic?

It can include traffic-aware routing when requesting directions through the Directions API.

Does it work for international locations?

Yes. Google Maps API covers locations worldwide including addresses, places, and routes.

Google Maps MCP Server vs Competitors

FeatureGoogle Maps MCP ServerCompetitor
Place Search Yes Yes
Route Planning Yes No
Geocoding Yes Yes
Free Tier Credits Yes No
No API Key Needed No Yes

Related Guides