Google Maps
БесплатноНе проверенEnables querying Google Maps and Places APIs for local businesses and tourist attractions in India through a simple MCP interface.
Описание
Enables querying Google Maps and Places APIs for local businesses and tourist attractions in India through a simple MCP interface.
README
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_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>"
}
}
}
}
Установка Google Maps
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Mastan1301/google_maps_mcpFAQ
Google Maps MCP бесплатный?
Да, Google Maps MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Google Maps?
Нет, Google Maps работает без API-ключей и переменных окружения.
Google Maps — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Google Maps в Claude Desktop, Claude Code или Cursor?
Открой Google Maps на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Google Maps with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
