← Claude MCP Servers Directory

πŸ—ΊοΈ

Google Maps MCP Server

Community

About

Location services and mapping capabilities. Search for places, get directions, and access geographic information.

Features

  • Place search
  • Directions and routing
  • Geocoding
  • Place details

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

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

Using Cursor

Configure in your Cursor settings (Settings > MCP):

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

How to Use

Once installed, you can ask your AI assistant to:

  • "Find nearby restaurants"
  • "Get directions between locations"
  • "Look up address coordinates"