| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Warning
The npm version of Google Maps Platform Code Assist is deprecated. It will no longer be available as of July 1, 2026. Please use the securely hosted remote MCP version documented in this README as the primary method of connection.
This repository contains the Google Maps Platform Code Assist toolkit, a Model Context Protocol (MCP) server that enhances the responses from large language models (LLMs) used for developing applications with the Google Maps Platform by grounding them in the official, up-to-date documentation and code samples.
You have access to the gmp-code-assist MCP server with these essential tools:
npm install -g @google/gemini-cliOption 1 - Install Code Assist as a Gemini CLI extension (includes context prompt, Code Assist MCP tool, and Google Maps Platform CLI theme):
gemini extensions install https://github.com/googlemaps/platform-ai.gitOption 2 - Add the MCP server config manually to your ~/.gemini/settings.json file to securely connect to the Google-hosted remote service:
{
"mcpServers": {
"gmp-code-assist": {
"httpUrl": "https://mapscodeassist.googleapis.com/mcp"
}
}
}To equip your AI agents with specialized, portable Google Maps Platform workflows and best practices, check out the official Google Maps Platform Agent Skills repository.
Install the agent skills in Gemini CLI:
gemini skills install https://github.com/googlemaps/agent-skills.gitFor information about installing and using the toolkit with any MCP client, as well as terms of use, see the Code Assist toolkit README.
Use these example prompts to get started with the Code Assist MCP server or supported AI agents:
| Back | FazBrowse Home | New Git URL |