Google Maps MCP Server
Rank #552io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
Google Maps MCP Server is a Model Context Protocol (MCP) server published by cablate. It ranks #552 of 115,460 servers tracked on MCP Toplist, and its repository has 438 GitHub stars. Google Maps MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 25 tracked versions. It was first listed on Feb 22, 2025 and most recently updated on Aug 16, 2026.
Ranks ahead of 114,908 of 115,460 servers on MCP Toplist.
Use Google Maps MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add google-map -e "GOOGLE_MAPS_API_KEY=<your GOOGLE_MAPS_API_KEY>" -e "GOOGLE_MAPS_ENABLED_TOOLS=<your GOOGLE_MAPS_ENABLED_TOOLS>" -- npx -y @cablate/mcp-google-mapReplace each placeholder with your own value before saving.
[mcp_servers.google-map]
command = "npx"
args = ["-y", "@cablate/mcp-google-map"]
[mcp_servers.google-map.env]
GOOGLE_MAPS_API_KEY = "<your GOOGLE_MAPS_API_KEY>"
GOOGLE_MAPS_ENABLED_TOOLS = "<your GOOGLE_MAPS_ENABLED_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<your GOOGLE_MAPS_API_KEY>",
"GOOGLE_MAPS_ENABLED_TOOLS": "<your GOOGLE_MAPS_ENABLED_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<your GOOGLE_MAPS_API_KEY>",
"GOOGLE_MAPS_ENABLED_TOOLS": "<your GOOGLE_MAPS_ENABLED_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-map": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<your GOOGLE_MAPS_API_KEY>",
"GOOGLE_MAPS_ENABLED_TOOLS": "<your GOOGLE_MAPS_ENABLED_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<your GOOGLE_MAPS_API_KEY>",
"GOOGLE_MAPS_ENABLED_TOOLS": "<your GOOGLE_MAPS_ENABLED_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<your GOOGLE_MAPS_API_KEY>",
"GOOGLE_MAPS_ENABLED_TOOLS": "<your GOOGLE_MAPS_ENABLED_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cablate%2Fgoogle-map)<a href="https://mcptoplist.com/server/io.github.cablate%2Fgoogle-map"><img src="https://mcptoplist.com/badge/io.github.cablate%2Fgoogle-map.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
cablate
Other servers by cablate
- Simple Document Processing MCP Server#12,439 · 2 vers
- Calendar Tools MCP Server#28,897 · 1 ver
- memory-lancedb-mcp#33,483 · 5 vers
- Gmail MCP Server#46,123
Available versions (25)
| Version | Published |
|---|---|
| 0.0.55 | Aug 16, 2026 |
| 0.0.54 | Aug 13, 2026 |
| 0.0.52 | Apr 21, 2026 |
| 0.0.51 | Apr 19, 2026 |
| 0.0.50 | Mar 27, 2026 |
| 0.0.49 | Mar 27, 2026 |
| 0.0.47 | Mar 21, 2026 |
| 0.0.46 | Mar 21, 2026 |
| 0.0.45 | Mar 21, 2026 |
| 0.0.44 | Mar 18, 2026 |
| 0.0.43 | Mar 18, 2026 |
| 0.0.42 | Mar 17, 2026 |
| 0.0.39 | Mar 17, 2026 |
| 0.0.38 | Mar 17, 2026 |
| 0.0.37 | Mar 16, 2026 |
| 0.0.36 | Mar 16, 2026 |
| 0.0.35 | Mar 16, 2026 |
| 0.0.34 | Mar 14, 2026 |
| 0.0.33 | Mar 14, 2026 |
| 0.0.32 | Mar 14, 2026 |
| 0.0.31 | Mar 14, 2026 |
| 0.0.30 | Mar 14, 2026 |
| 0.0.29 | Mar 14, 2026 |
| 0.0.26 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Google Maps MCP Server?
- Google Maps MCP Server is maintained by cablate, which publishes 5 MCP servers (33 total versions) tracked on MCP Toplist.
- Is Google Maps MCP Server listed on the Official MCP Registry?
- Yes — Google Maps MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Google Maps MCP Server have?
- MCP Toplist tracks 25 versions of Google Maps MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for Google Maps MCP Server?
- The source code for Google Maps MCP Server is hosted at github.com/cablate/mcp-google-map.