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.
Latest Blog Posts
- 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