← Back to Plugins
MCP Server MCP

Google Maps MCP Server

github By github 👁 1 views ▲ 0 votes

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

Homepage Verified source GitHub

Install

npx -y @cablate/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cablate/mcp-google-map",
      "version": "0.0.55",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Maps API key (get one at https://console.cloud.google.com)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_MAPS_API_KEY"
        },
        {
          "description": "Comma-separated tool names to enable. Omit or * for all 18 tools.",
          "format": "string",
          "name": "GOOGLE_MAPS_ENABLED_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...