mcp-google-maps
Provides tools for searching places by keywords and location, and retrieving detailed place information using Google Maps data via Apify's Google Maps Scraper.
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., "@mcp-google-mapsFind vegan restaurants in Berlin"
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.
MCP Google Maps Scraper (Apify)
Serveur MCP (Model Context Protocol) en Python qui expose l'Actor Apify
Google Maps Scraper
(ID : nwua9Gu5YrADL7ZDj) sous forme d'outils utilisables par un client MCP
(Claude, ChatGPT Apps, etc.).
SDK :
mcp(FastMCP inclus) +apify-client(client asynchrone)Transport : streamable HTTP (
/mcp) — prêt pour un déploiement sur Alpic AIGestion des dépendances :
uv
Outils exposés
Outil | Description | Paramètres |
| Recherche de lieux par mots-clés + zone géographique |
|
| Fiche détaillée d'un lieu via son |
|
Chaque outil accepte un paramètre ctx: Context | None = None réservé à une
authentification/télémétrie future.
Related MCP server: Local Business Data MCP Server
Prérequis
Python ≥ 3.11
Un jeton d'API Apify : https://console.apify.com/account/integrations
Installation
uv syncConfiguration
cp .env.example .env
# puis renseignez APIFY_TOKEN dans .envVariable | Obligatoire | Défaut | Rôle |
| ✅ | — | Jeton d'API Apify |
|
| Interface d'écoute | |
|
| Port d'écoute (injecté par Alpic) | |
|
| Chemin de l'endpoint MCP | |
|
| Niveau de log | |
|
| Plafond de résultats par recherche |
Lancement en local
export APIFY_TOKEN="votre_token"
uv run python main.pyLe serveur écoute alors sur http://0.0.0.0:8000/mcp.
Tester avec l'inspecteur MCP
npx @modelcontextprotocol/inspector
# Transport : Streamable HTTP — URL : http://localhost:8000/mcpDéploiement sur Alpic AI
Poussez ce dépôt sur GitHub.
Connectez le dépôt dans Alpic et choisissez la branche de production.
Renseignez la variable d'environnement
APIFY_TOKEN.Les commandes de build/start sont décrites dans
alpic.yaml.
Alpic déploie une nouvelle version à chaque push sur la branche sélectionnée.
Structure
.
├── main.py # Serveur MCP + outils Apify
├── pyproject.toml # Dépendances (uv)
├── alpic.yaml # Configuration de déploiement Alpic
├── .env.example # Modèle de variables d'environnement
└── README.mdThis 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
- Alicense-qualityAmaintenanceSearch for places using Google Maps Places API and retrieve place photos. Supports text-based place searches with details like ratings, hours, and addresses.Last updated501MIT
- 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.Last updated13MIT
- Alicense-qualityDmaintenanceProvides MCP tools for Google Maps services including directions, geocoding, distance matrix, and places search.Last updated14Apache 2.0
- AlicenseBqualityFmaintenanceProvides comprehensive access to Google Maps Platform APIs through MCP, enabling geocoding, places search, routing, and geospatial operations.Last updated151172MIT
Related MCP Connectors
Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com)
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/maxwatering/mcp-google-maps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server