trackmcp
Back to directory
PhiDuyAnh

google-maps-reviews-mcp

View on GitHub

An MCP Server which allows an AI Agent to gather reviews from Google Maps.

3 stars PythonOthers Updated Mar 8, 2026

Documentation

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

Installation

Follow the instructions from this link to install uv package: https://github.com/astral-sh/uv

Install the project dependencies

bash
uv sync

Install Playwright dependencies

bash
playwright install-deps

Usage with Claude Desktop

Add this to your `claude_desktop_config.json`

json
{
    "mcpServers": {
        "google-maps-reviews": {
            "command": "",
            "args": [
                ""
            ]
        }
    }
}

Frequently asked questions

What is google-maps-reviews-mcp?

google-maps-reviews-mcp is An MCP Server which allows an AI Agent to gather reviews from Google Maps.

How do I install google-maps-reviews-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is google-maps-reviews-mcp open source?

Yes — it is hosted on GitHub at https://github.com/PhiDuyAnh/google-maps-reviews-mcp and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP