Back to Browse

Google Map MCP Server

Developer ToolsLow Risk9.3Local
Free

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

About

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

Security Report

9.3
Low Risk9.3Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 2 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Google Maps API key (get one at https://console.cloud.google.com)Required

Environment variable: GOOGLE_MAPS_API_KEY

Comma-separated tool names to enable. Omit or * for all 18 tools.Optional

Environment variable: GOOGLE_MAPS_ENABLED_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-cablate-google-map": {
      "env": {
        "GOOGLE_MAPS_API_KEY": "your-google-maps-api-key-here"
      },
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!