Server Directory
APIIntermediate Official

Google Maps

by Anthropic

GitHub
18.5k

Access Google Maps Platform APIs for geocoding, directions, place search, elevation data, and distance calculations.

CAPABILITIES

  • Geocoding and reverse geocoding
  • Directions and routing
  • Place search and details
  • Elevation data
  • Distance matrix calculations

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-google-maps

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Intermediate
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-google-maps

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →