Best for
- AI agents requiring geospatial capabilities
- Travel planning applications
- Local search and logistics optimization
- Local SEO analysis
- Developers needing map visualization, route optimization
This server is feature-rich, providing 18 Google Maps tools covering a wide range of geospatial needs. Supports multiple transports and CLI modes, with clear documentation and project structure. Note the requirement for a valid API key and API enablement. Non-official, community-maintained project.
A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration for AI agents. It offers 18 tools (14 atomic + 4 composite) covering geocoding, place search, directions, weather, air quality, and more. Supports stdio, Streamable HTTP, and standalone CLI exec modes. Includes a built-in Agent Skill definition for chaining geo tools.
npx -y @cablate/mcp-google-map --stdio with environment variable GOOGLE_MAPS_API_KEY.GOOGLE_MAPS_ENABLED_TOOLS to limit tools.--port and --host flags.{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["-y", "@cablate/mcp-google-map", "--stdio"],
"env": {
"GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
}
}
}
}