Google Maps MCP Server for Cline
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
client:Cline
transport:stdio
runtime:npm
Install Google Maps MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>",
"GOOGLE_MAPS_ENABLED_TOOLS": "<GOOGLE_MAPS_ENABLED_TOOLS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs