Scrape Google Maps business data from any MCP client β names, phones, emails, websites, ratings.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP (Model Context Protocol) server for gmapsscraper.io β lets Claude, Cursor, Windsurf and any MCP client scrape Google Maps business data in plain conversation: names, addresses, phones, emails, websites, ratings, review counts, categories and coordinates.
"Find 50 dentists in Chicago with their emails" β done, right in your AI chat.
| Tool | What it does |
|---|---|
scrape_google_maps | Search Google Maps and return business leads (blocks until done, ~30β120s) |
start_scrape_job | Fire-and-forget version β returns a job id immediately |
get_scrape_results | Fetch results of a previously started job |
get_credits | Check remaining credit balance |
Each scrape costs 2 credits; multiple keywords in one call cost the same. Free tier: 10 credits (5 searches, no credit card) β get an API key at gmapsscraper.io/dashboard.
Add to your MCP config (claude_desktop_config.json, .cursor/mcp.json, etc.):
Installing from a plugin directory uses the bundled mcp.json, which
deliberately ships without an env block β the Open Plugins spec only expands
${PLUGIN_ROOT} and ${PLUGIN_DATA}, so a secret placeholder would be passed through
literally and the server would fail to authenticate.
Set the key in your own environment before starting the client:
Restart the client afterwards so it picks up the variable. If a scrape returns an
auth error, run get_credits first β it fails fast and confirms whether the key
is being seen.
Requires Node.js β₯ 18. The server runs locally over stdio and talks to the gmapsscraper.io API β no other infrastructure involved.
title, address, phone, email, website, rating, reviews_count, category, latitude, longitude, google_maps_url, opening_hours
Results are capped at 100 businesses per response to keep your context tidy; the full CSV is always available from the dashboard.
npm install @gmapsscraper/sdk (this server is built on it)pip install gmapsscraper-sdkNo 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/mcp-341)<a href="https://allmcps.com/mcp/mcp-341"><img src="https://allmcps.com/api/badge/mcp-341?style=directory" alt="Gmapsscraper MCP on AllMCPs" /></a>