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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated10
- AlicenseBquality-maintenanceEnables browser automation and web scraping through Playwright, supporting navigation, screenshots, element interaction, form filling, JavaScript execution, and content extraction.Last updated8
- Alicense-qualityDmaintenanceEnables browser automation using Playwright, including navigation, screenshots, clicking, form filling, and JavaScript execution.Last updatedApache 2.0
- FlicenseAqualityCmaintenanceEnables fetching weather forecasts for Israeli cities by controlling a headless browser via Playwright, instead of using a conventional weather API.Last updated4
Related MCP Connectors
Live Google Maps business search, review, and photo data for AI agents over MCP.
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/limehawk/google-maps-reviews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server