Claude Desktop
Anthropic's desktop AI assistant. Add your MCP server URL and MCP token to connect Claude directly to Google Maps data.
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.
MCP clients supported (Claude Desktop, Cursor, VS Code, Codex)
MCP tools (search businesses + fetch results)
Free locations daily
Manual Search Required
Connect Google Maps Scraper to your favorite AI tools through our standard Streamable HTTP MCP server. Search location data directly from your AI agent.
Anthropic's desktop AI assistant. Add your MCP server URL and MCP token to connect Claude directly to Google Maps data.
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.
Use MCP-enabled AI assistants in VS Code to access Google Maps search, business details, reviews, ratings, and more directly from your development workflow.
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.
Three simple steps to connect Google Maps Scraper to Claude, Cursor, Codex, or any MCP-compatible client.
Sign up for GMPlus and go to dashboard. Copy your API key on settings page. You'll use it to authenticate your MCP connection.
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.
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.
Copy the snippet for your client and connect to the same MCP endpoint.
Add this block to '~/.codex/config.toml'.
[mcp_servers.gmplus-gmaps]
type = "http"
url = "https://gmplus.io/mcp"
[mcp_servers.gmplus-gmaps.http_headers]
Authorization = "Bearer YOUR_API_KEY"Register the remote HTTP server with a single command.
claude mcp add --transport http gmplus-gmaps https://gmplus.io/mcp --header "Authorization: Bearer YOUR_API_KEY"Add this to '.cursor/mcp.json' or '~/.cursor/mcp.json'.
{
"mcpServers": {
"gmplus-gmaps": {
"url": "https://gmplus.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Copy any prompt into Claude Code, Cursor, or VS Code. Your agent picks the right tool automatically.
"Find 10 plumbers in Dallas, Texas. Keep businesses that have a website and return valid JSON."
"Use gmplus_google_maps_scraper to get the restaurants with rating above 3 in NYC."
"Find 30 coffee shops in Portland, Oregon. Return their website, phone number, rating, and review count."
Frequently asked questions about 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.
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.
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.
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.
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.
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].