MCP Integration

Connect Google Maps Scraper to MCP Clients

Plug Google Maps Scraper into Claude Desktop, Cursor, Codex, and other MCP clients. Your AI agent finds Google Maps businesses end to end, with no manual searching or data collection.

Trusted by lead-gen teams
Connect in minutes 500 free locations daily No credit card required
4+

MCP clients supported (Claude Desktop, Cursor, VS Code, Codex)

2

MCP tools (search businesses + fetch results)

500

Free locations daily

0

Manual Search Required

Supported MCP Clients

Connect Google Maps Scraper to your favorite AI tools through our standard Streamable HTTP MCP server. Search location data directly from your AI agent.

Claude Desktop

Anthropic's desktop AI assistant. Add your MCP server URL and MCP token to connect Claude directly to Google Maps data.

Cursor

AI-powered code editor with built-in MCP support. Add your MCP server to Cursor and let your agent search and retrieve Google Maps business data.

VS Code

Use MCP-enabled AI assistants in VS Code to access Google Maps search, business details, reviews, ratings, and more directly from your development workflow.

Codex & Other MCP Clients

Connect any MCP-compatible client that supports Streamable HTTP. Use your AI agent to search Google Maps and retrieve structured business data without manual searching.

How Google Maps Scraper MCP Works

Three simple steps to connect Google Maps Scraper to Claude, Cursor, Codex, or any MCP-compatible client.

1

Get Your API Key

Sign up for GMPlus and go to dashboard. Copy your API key on settings page. You'll use it to authenticate your MCP connection.

2

Add GMPlus to Your MCP Client

Add the GMPlus MCP server URL and your API key to your client's MCP configuration. Use the provided configuration snippet for Claude, Cursor, Codex, or other supported clients.

3

Connect and Start Searching

Restart your MCP client and start prompting your AI agent. Ask it to search Google Maps, find businesses, check ratings and reviews, or retrieve websites and other business data automatically.

Quick Setup

Copy the snippet for your client and connect to the same MCP endpoint.

Codex

Add this block to '~/.codex/config.toml'.

Copy ready
[mcp_servers.gmplus-gmaps]
type = "http"
url = "https://gmplus.io/mcp"

[mcp_servers.gmplus-gmaps.http_headers]
Authorization = "Bearer YOUR_API_KEY"

Claude Code

Register the remote HTTP server with a single command.

Copy ready
claude mcp add --transport http gmplus-gmaps https://gmplus.io/mcp --header "Authorization: Bearer YOUR_API_KEY"

Cursor

Add this to '.cursor/mcp.json' or '~/.cursor/mcp.json'.

Copy ready
{
  "mcpServers": {
    "gmplus-gmaps": {
      "url": "https://gmplus.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example Prompts to Try

Copy any prompt into Claude Code, Cursor, or VS Code. Your agent picks the right tool automatically.

Prompt 1

"Find 10 plumbers in Dallas, Texas. Keep businesses that have a website and return valid JSON."

Prompt 2

"Use gmplus_google_maps_scraper to get the restaurants with rating above 3 in NYC."

Prompt 3

"Find 30 coffee shops in Portland, Oregon. Return their website, phone number, rating, and review count."

FAQ

Frequently asked questions about the Google Maps Scraper MCP server.

What Is the Google Maps Scraper MCP Server?

It is a remote Model Context Protocol server that lets compatible AI clients access Google Maps Scraper tools. Your AI agent can search for businesses, locations, ratings, reviews, websites, and other public Google Maps data directly from your MCP client.

How Do I Authenticate the MCP Server?

Authentication is handled with your Google Maps Scraper API key. Include the key as a Bearer token in the Authorization header when connecting to the MCP server.

Which AI Clients Are Supported?

You can connect the Google Maps Scraper MCP server with MCP-compatible clients such as Claude Desktop, Claude Code, Cursor, VS Code, and Codex. Follow the setup instructions for your client and add your MCP server URL and API key.

What Can I Do With the Google Maps Scraper MCP?

Your AI agent can use the available tools to search Google Maps and retrieve business information such as names, addresses, ratings, review counts, websites, phone numbers, categories, reviews, photos, and other available public data.

Do I Need to Install Anything Locally?

No. The Google Maps Scraper MCP server is hosted remotely and uses Streamable HTTP. You only need to add the MCP server URL and your API key to a compatible MCP client.

Do I Need a Paid API Plan?

You can create an API account and start with the available free daily requests. If you want a paid plan, contact us at [email protected].