mcp-google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
This MCP server enables AI agents to understand and interact with the physical world by utilizing a variety of geospatial tools. Users can geocode locations, plan routes, search for places, and reason about geographical data seamlessly. With 18 tools available, including both atomic and composite functions, it offers extensive capabilities for travel planning and location analysis. In addition to standard geocoding and routing features, the server provides advanced functionalities such as elevation data, distance matrices, place details, and timezone information. The built-in skill definition helps AI agents effectively chain these geo tools together, enhancing their ability to perform complex tasks. This makes it a versatile solution for developers looking to integrate geospatial intelligence into their applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-map": {
"args": [
"-y",
"@cablate/mcp-google-map"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions