Back to Apps

Google Maps MCP App
Supports UIby vdaubry
Interactive Google Maps interface for MCP hosts, providing directions, place search, and geocoding with a map widget.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Provides an interactive map experience within MCP hosts. It renders a map widget in the chat and offers a set of tools to find places, get directions, and geocode addresses.
Key features
- Interactive Map Widget: Renders real-time maps inline using SEP-1865.
- Comprehensive Mapping Tools: Includes
get_directions,nearby_places,search_places, andgeocode. - Self-Contained UI: Ships as a single HTML bundle for easy deployment.
- Dual-Mode Responses: Works for both UI-capable hosts and standard text-only MCP clients.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["-y", "@vdaubry/mcp-app-google-maps"],
"env": {
"GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
}
}
}
}
Supported hosts
- Claude Desktop
- yapa-ai
Quick install
npx -y @vdaubry/mcp-app-google-mapsInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["-y", "@vdaubry/mcp-app-google-maps"],
"env": {
"GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
}
}
}
}





