mcpbeat Sign in

Google Maps MCP Server

local only

Google Maps MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 3 246 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 1 803 · avg 207 · +449% w/w
a month agotoday
3 246
Installs / week
npm · @cablate/mcp-google-map
459
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Maps MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-map -- npx -y @cablate/mcp-google-map
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-map": {
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-map]
command = "npx"
args = ["-y", "@cablate/mcp-google-map"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-map": {
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-map": {
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_MAPS_API_KEY (Google Maps API key (get one at https://console.cloud.google.com)), GOOGLE_MAPS_ENABLED_TOOLS (Comma-separated tool names to enable. Omit or * for all 18 tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Maps MCP Server

same job, measured the same way
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only
Google Researcher
by zoharbabin

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

55 installs/wk local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

62 installs/wk local only

Google Maps MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Maps MCP Server?
Google Maps MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cablate/mcp-google-map was installed 3 246 times last week.
How do I connect Google Maps MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cablate/mcp-google-map straight from npm; nothing to host, nothing to sign up for.
How many people use Google Maps MCP Server?
The npm package @cablate/mcp-google-map was installed 3 246 times in the last week. Week over week that is +449%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Maps MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 459 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.