mcpbeat Sign in

Gmapsscraper MCP Server

by gmapsscraper Your server? Claim it
local only

Gmapsscraper runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 4 Aug 2026.

Scrape Google Maps business data from any MCP client — names, phones, emails, websites, ratings.

Installs per day peak 10 · avg 5 · +143% w/w
a month agotoday
32
Installs / week
npm · @gmapsscraper/mcp
3
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Gmapsscraper every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @gmapsscraper/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@gmapsscraper/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@gmapsscraper/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@gmapsscraper/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@gmapsscraper/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GMAPSSCRAPER_API_KEY (API key from https://gmapsscraper.io/dashboard (free tier: 10 credits)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gmapsscraper

same job, measured the same way
Maps Leads Server
by admosolutionsgo-star

Google Maps business leads via Apify: name, phone, website, rating.

answering
Google Maps MCP Server
by sagar27888

Search Google Maps businesses via MCP - name, address, phone, rating, hours, GPS.

1 tools answering
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
Google Maps Business Contact Email Scraper
by ranovam

Google Maps scraper that extracts business contact details: emails, phone numbers, addresses…

answering
C
Google Maps MCP Server
by thenextgennexus

Local business lead extraction with email + phone enrichment from Google Maps.

3 tools answering
Google Local
by johnisanerd

Find local businesses on Google: name, address, phone, hours, ratings, and photos.

answering
Google Maps MCP Server
by thenextgennexus

Search local businesses, generate leads, and validate emails via Google Maps data

24 installs/wk local only
Lead Radar
by lead-radar

B2B lead generation from Google Maps: search, dedupe and email-enrich businesses. Needs API key.

answering

Gmapsscraper — questions

Answers built from our own checks of this server.

Why is there no uptime for Gmapsscraper?
Gmapsscraper runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gmapsscraper/mcp was installed 32 times last week.
How do I connect Gmapsscraper?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gmapsscraper/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gmapsscraper?
The npm package @gmapsscraper/mcp was installed 32 times in the last week. Week over week that is +143%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gmapsscraper open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.