Provides access to Google Maps functionality including places search, place details, geocoding and reverse geocoding, distance matrix calculations, directions, elevation data, and static map generation.
MCP Google Maps 
A Model Context Protocol (MCP) server for Google Maps functionality, providing access to places search, geocoding, directions, and more through the MCP interface.
基于原项目: 此项目基于 ArtixZ/MCP-Google-Maps 修改而来
Features
Places Search
Place Details
Geocoding and Reverse Geocoding
Distance Matrix
Directions
Elevation Data
Static Maps Generation
Installation & Testing
First, install the package globally:
You can test if the MCP server is working by running:
MCP Configuration
To use this with your MCP client, add the following to your MCP configuration:
Available MCP Commands
The following commands are available through the MCP interface:
search_nearby: Search for places near a locationget_place_details: Get detailed information about a specific placeget_geocode: Convert address to coordinatesget_reverse_geocode: Convert coordinates to addressget_distance_matrix: Calculate distances between multiple origins and destinationsget_directions: Get directions between two pointsget_elevation: Get elevation data for locationsget_map_with_directions: Generate map visualizations with directions, waypoints, and static map images
License
MIT
Author
bachstudio
Credits
Based on the original project by artixz