mcp-google-map
MCP Google Map Server is an advanced MCP server offering seamless integration with Google Maps API, featuring geocoding, location search, directions, and elevation data retrieval. It supports a range of powerful tools for detailed place and route information with LLM processing capabilities.
What is the MCP Google Map Server?
It is a Model Context Protocol server that integrates Google Maps API with LLM processing capabilities, providing advanced location-based services.
How do I install the MCP Google Map Server?
You can install it via NPM using the command npm install -g @cablate/mcp-google-map
.
What are the key features of the MCP Google Map Server?
Key features include location search, geocoding services, distance and directions calculation, and elevation data retrieval.
How can I integrate the server with Dive Desktop?
Add the server configuration in Dive Desktop by clicking '+ Add MCP Server' and pasting the provided JSON configuration.
What do I need to use the Google Maps API services?
You need to create a project in Google Cloud Console, enable Google Maps API services, obtain an API key, and set the GOOGLE_MAPS_API_KEY
environment variable.