The code-assist-mcp provides AI agents with access to Google Maps Platform APIs for location-based services. It offers tools for geocoding, directions, and places search. Agents use it to fetch real-time location data, calculate routes, and retrieve place details. Developers integrate it into apps needing accurate mapping and navigation features.
The code-assist-mcp provides AI agents with access to Google Maps Platform APIs for location-based services. It offers tools for geocoding, directions, and places search. Agents use it to fetch real-time location data, calculate routes, and retrieve place details. Developers integrate it into apps needing accurate mapping and navigation features.
npx -y @googlemaps/code-assist-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"googlemaps-code-assist-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @googlemaps/code-assist-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from code-assist-mcp?"
API Key Required
This server requires an API key from code-assist-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CODE-ASSIST-MCP_API_KEY | Yes | Your code-assist-mcp API key |
"What resources are available in code-assist-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in code-assist-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in code-assist-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.