LogoSTMCP
Download
platform-ai

Google Maps Platform resources for AI

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.

Tools

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.

Open Graph image for Google Maps Platform resources for AI

JSON Config

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": ["@googlemaps/code-assist-mcp"],
      "env": {
        "GOOGLE_MAPS_API_KEY": "your-api-key-here"
      }
    }
  }
}

Useful Links

Information