Search Google Maps businesses via MCP - name, address, phone, rating, hours, GPS.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Google Maps MCP Server.
search_google_mapsSearch Google Maps for businesses/places by keyword and location.
A standalone Model Context Protocol server that exposes Google Maps business search as a single MCP tool, backed by Techforce Global's Google Maps Scraper Apify Actor.
search_google_mapsSearch Google Maps for businesses/places by keyword and location.
| Parameter | Type | Required | Description |
|---|---|---|---|
searchQueries | string[] | yes | One or more search terms, e.g. "restaurants in Delhi" |
maxResults | integer | no | Max places per query (default 20, max 500) |
language | string | no | Language code for results, e.g. "en" |
Returns structured JSON: business name, address, phone, rating, opening hours, and GPS coordinates.
Every request must include your own Apify API token:
Usage is billed to the token owner's Apify account, not to Techforce Global. Get your token at Apify Console β Settings β Integrations.
Connect directly to the hosted endpoint β no install required:
Example client config (Claude Desktop / any MCP client supporting Streamable HTTP):
Server listens on http://localhost:4000/mcp.
This project includes a serverless entry point (api/mcp.js) and a vercel.json rewrite so the
public endpoint is available at a clean /mcp path.
Sagar27888/google-maps-mcp-server).api/ folder.https://<your-vercel-project>.vercel.app/mcp.This project is also an Apify Actor configured for Standby mode, which turns it into a long-running HTTP service instead of a one-shot batch job.
apify push).https://<actor-name>.<your-apify-username>.apify.actor/mcp.MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-maps-mcp-server-3)<a href="https://allmcps.com/mcp/google-maps-mcp-server-3"><img src="https://allmcps.com/api/badge/google-maps-mcp-server-3?style=directory" alt="Google Maps MCP Server on AllMCPs" /></a>