A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-google-map": {
"command": "npx",
"args": [
"-y",
"cablate/mcp-google-map"
]
}
}
}
Run in terminal:
claude mcp add mcp-google-map npx -y cablate/mcp-google-map
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-google-map": {
"command": "npx",
"args": [
"-y",
"cablate/mcp-google-map"
]
}
}
}