1. Google Maps Platform Code Assist toolkit
An MCP server that enhances LLM responses for Google Maps Platform development by grounding them in official documentation and code samples.
Google Maps Platform Code Assist toolkit enhances LLM responses for Google Maps development by grounding them in official documentation and code samples through a Model Context Protocol server.
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["@googlemaps/code-assist-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "your-api-key-here"
}
}
}
}