
Google Maps Reviews MCP Server
โ 3from PhiDuyAnh
Summarizes reviews for a specific location from Google Maps.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
Google Maps Reviews MCP Server
A simple tool to summarize reviews of a place on Google Maps. Provide the chatbot with the Google Maps link of a place and the number of reviews you want to extract. RAG, save scraped reviews and more features to come!
Features
- Scrape reviews from Google Maps to summarize
- Save reviews to an Excel file
Copy & paste โ that's it
uv syncInstallation
Follow the instructions from this link to install uv package: https://github.com/astral-sh/uv
Install the project dependencies
uv syncInstall Playwright dependencies
playwright install-depsUsage with Claude Desktop
Add this to your claude_desktop_config.json
{
"mcpServers": {
"google-maps-reviews": {
"command": "<path-to-your-venv-python>",
"args": [
"<path-to-your-server.py-file>"
]
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.