google_maps_mcp
Provides tools for querying Google Maps for places, restaurants, tourist attractions, and more using the Google Maps and Places APIs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@google_maps_mcpwhat are the best cafes in Bangalore?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Maps MCP Server
This project provides a Python-based Model Context Protocol (MCP) server that leverages the Google Maps and Places APIs to answer queries about local businesses and tourist attractions in India. It is designed to help users and developers easily retrieve information such as "What are the best cafes in Bangalore?" or "Top-rated tourist places near Hyderabad" using a simple MCP interface.
Features
Query Google Maps for places, restaurants, tourist attractions, and more
Easily configurable with your own Google Maps API key
Modular, maintainable, and testable codebase
Ready for extension and contribution
Related MCP server: Google Places MCP Server
Getting Started
Prerequisites
Python 3.8+
A Google Maps API key (Get one here)
Run the MCP server
Install
uvxusing
curl -LsSf https://astral.sh/uv/install.sh | shRun the MCP server-
uvx google-mcp-serverContributing
Fork this repository and create a feature branch.
Add or update tests for your changes.
Submit a pull request with a clear description of your changes.
Setup Steps
Clone the repository:
git clone <your-fork-url> cd google_maps_mcpBuild: Go to the root of the project and run-
uv buildSet your Google Maps API key:
You can set it in your environment or in the config (see below).
Example (Linux/macOS):
export GOOGLE_MAPS_API_KEY=your_api_key_here
Install the local build as an executable: Ensure that your
PATHenv var contains the~/.local/binpath.If not, add this to the end of your
~/.bashrcfile.export PATH=$PATH:~/.local/binand then run-
source ~/.bashrc
Run the executable containing the MCP server:
uvx dist/google_maps_mcp-1.0.0-py3-none-any.whl
Visual Studio Code: MCP Server Configuration Example
"mcp": {
"servers": {
"google_maps_mcp_server":{
"type": "stdio",
"command": "uvx",
"args": ["google-maps-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "<your google maps API key>"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides access to Google Maps API functionality including geocoding, place search, direction routing, and distance calculations through a structured MCP interface.413MIT
- Flicense-qualityDmaintenanceIntegrates with Google Places API to allow searching, retrieving details, and finding nearby places through an MCP server interface.
- AlicenseAqualityDmaintenanceProvides access to Google Maps API functionality including places search, geocoding, directions, distance matrix, elevation data, and static map generation through the MCP interface.8121MIT
- AlicenseBqualityDmaintenanceEnables access to Google Maps business data including search, reviews, photos, and geocoding. Supports searching businesses by location, area, or coordinates, retrieving detailed business information, reviews, and performing reverse geocoding operations.13MIT
Related MCP Connectors
Live Google Maps business search, review, and photo data for AI agents over MCP.
Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mastan1301/google_maps_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server