MCP Server
MCP
Google Maps MCP Server
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
Install
npx -y @cablate/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@cablate/mcp-google-map",
"version": "0.0.55",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Maps API key (get one at https://console.cloud.google.com)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_MAPS_API_KEY"
},
{
"description": "Comma-separated tool names to enable. Omit or * for all 18 tools.",
"format": "string",
"name": "GOOGLE_MAPS_ENABLED_TOOLS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment