Google Maps Reviews MCP
Allows fetching reviews and place information from Google Maps places without authentication, using a mobile user-agent to bypass desktop restrictions.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Maps Reviews MCPGet the top 5 reviews for the Eiffel Tower"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Maps Reviews MCP
An MCP (Model Context Protocol) server that scrapes Google Maps reviews using Playwright.
Why?
Google requires sign-in to view reviews on desktop. This MCP uses a mobile user-agent to bypass that restriction, letting AI assistants fetch reviews without authentication.
Related MCP server: Playwright Plus Python MCP
Installation
bun installUsage
As MCP Server
Add to your Claude Code config (~/.claude.json):
{
"mcpServers": {
"google-maps-reviews": {
"command": "bun",
"args": ["run", "src/index.ts"],
"cwd": "/path/to/google-maps-reviews-mcp"
}
}
}Available Tools
get_reviews
Fetch reviews from a Google Maps place.
url: Google Maps place URL (full URL with data parameters works best)
count: Number of reviews to fetch (default: 10)get_place_info
Get basic info about a place (name, address, rating, review count).
url: Google Maps place URLTesting
bun run testHow It Works
Uses Playwright with mobile Safari user-agent
Navigates to Google Maps place URL
Parses review text using regex patterns (more resilient than DOM selectors)
Returns structured review data (name, rating, text, date)
Limitations
Google may change their mobile layout, breaking the scraper
Rate limiting may apply with heavy use
Some review text may be truncated
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Google Maps places, reviews, contributor history, photos and posts as JSON. No Google Cloud.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Headless browser primitives for AI agents when sites need real JS rendering.
Local business lead extraction with email + phone enrichment from Google Maps.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables web scraping, React app testing, and React Native web app inspection using Playwright with multi-browser support. Provides backward compatibility with regular websites while offering enhanced features for React applications including mobile viewport emulation and component analysis.10-
- AlicenseBqualityNot gradedmaintenanceEnables browser automation and web scraping through Playwright, supporting navigation, screenshots, element interaction, form filling, JavaScript execution, and content extraction.8-
- AlicenseNot gradedqualityDmaintenanceEnables browser automation using Playwright, including navigation, screenshots, clicking, form filling, and JavaScript execution.Apache 2.0
- FlicenseAqualityCmaintenanceEnables fetching weather forecasts for Israeli cities by controlling a headless browser via Playwright, instead of using a conventional weather API.4-