G
Google Maps MCP Server
VerifiedGeocoding, directions, and place search via Google Maps API.
A Model Context Protocol server for Google Maps. Enables AI agents to perform geocoding, reverse geocoding, search for places, get directions, and calculate distances using the Google Maps Platform.
Supports place search, place details, distance matrix, and elevation data through the official Google Maps APIs.
Install
npx -y @modelcontextprotocol/server-google-maps MCP Client Config
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<your-api-key>"
}
}
}
} Required Environment Variables
- GOOGLE_MAPS_API_KEY
Capabilities
Tools
maps_geocodemaps_reverse_geocodemaps_search_placesmaps_place_detailsmaps_directionsmaps_distance_matrix
Compatible With
Claude Desktop Claude Code Cursor Windsurf
Pricing
Server is free. Google Maps API has $200/month free credit.
Metrics
18,500
GitHub Stars
11,000
Installs
800
Weekly
6
Open Issues
More in API Integrations
Best of API Integrations → G
GitHub MCP Server
Interact with GitHub repositories, issues, and pull requests from AI agents.
open-source 91/100
API Integrations
S
Stripe MCP Server
Interact with the Stripe API for payments, customers, and subscriptions.
open-source 77/100
API Integrations
G
GitLab MCP Server
Manage GitLab projects, merge requests, and CI/CD pipelines from AI agents.
open-source 73/100
API Integrations