by cablate
A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
# Add to your Claude Code skills
git clone https://github.com/cablate/mcp-google-mapπ’ Important Notice
Google officially announced MCP support for Google Maps on December 10, 2025, introducing Maps Grounding Lite - a fully-managed MCP server for geospatial data and routing.
This community project remains actively maintained as an alternative with different features and deployment options.
A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with streamable HTTP transport support and LLM processing capabilities.
This project has received contributions from the community.
Special thanks to @junyinnnn for helping add support for streamablehttp.
This MCP server has been tested and verified to work correctly with:
All tools and features are confirmed functional through real-world testing.
Location Search
Geocoding Services
Distance & Directions
Elevation Data
β οΈ Important Notice: This server uses HTTP transport, not stdio. Direct npx usage in MCP Server Settings is NOT supported.
# Install globally
npm install -g @cablate/mcp-google-map
# Run the server
mcp-google-map --port 3000 --apikey "your_api_key_here"
# Using short options
mcp-google-map -p 3000 -k ...