A comprehensive Model Context Protocol (MCP) server that provides 14 powerful Google Maps tools for location services, visual mapping, weather data, and environmental information. Perfect for camping trip planning, outdoor research, location analysis, and any application requiring rich geographic data.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"google-maps": {
"env": {
"GOOGLE_MAPS_API_KEY": "your-api-key-here"
},
"args": [
"/path/to/google-maps-mcp-server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server that provides 14 powerful Google Maps tools for location services, visual mapping, weather data, and environmental information. Perfect for camping trip planning, outdoor research, location analysis, and any application requiring rich geographic data.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
Real-time BART departures, trip planning, fares, stations, and advisories.
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
MCP Security Weekly
Get CVE alerts and security updates for Google Maps Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server that provides 14 powerful Google Maps tools for location services, visual mapping, weather data, and environmental information. Perfect for camping trip planning, outdoor research, location analysis, and any application requiring rich geographic data.
git clone https://github.com/yourusername/google-maps-mcp-server.git
cd google-maps-mcp-server
npm install
Enable these APIs in Google Cloud Console:
Required APIs:
Environmental APIs (Optional but Recommended):
npm run build
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-maps": {
"command": "node",
"args": ["/path/to/google-maps-mcp-server/dist/index.js"],
"env": {
"GOOGLE_MAPS_API_KEY": "your-api-key-here"
}
}
}
}
| Tool | Purpose | Example Use |
|---|---|---|
maps_geocode | Address → Coordinates | "Convert 'Yellowstone National Park' to lat/lng" |
maps_reverse_geocode | Coordinates → Address | "What's at coordinates 44.4280, -110.5885?" |
maps_search_places | Find nearby places | "Find campgrounds near Yellowstone" |
maps_place_details | Detailed place info | "Get hours, reviews, contact info for a campground" |
| Tool | Purpose | Example Use |
|---|---|---|
maps_directions | Turn-by-turn directions | "Driving directions from Chicago to Yellowstone" |
maps_distance_matrix | Multi-point distances | "Travel times between 5 potential campsites" |
maps_routes |