google_maps_mcp
Enables querying Google Maps and Places APIs for local businesses and tourist attractions in India through a simple MCP interface.
README
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
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 | sh
- Run the MCP server-
uvx google-mcp-server
Contributing
- 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_mcp -
Build: Go to the root of the project and run-
uv build -
Set 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>"
}
}
}
}
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.