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

Local serverstdioPython

What is the Google Maps Reviews MCP MCP server?

Google maps reviews mcp mcp server lets Claude, Cursor and other MCP clients work with Google Maps Reviews MCP directly. 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!.

What Google Maps Reviews MCP does

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!

Key capabilities

  • Scrape reviews from Google Maps to summarize
  • Save reviews to an Excel file

Installing the google maps reviews mcp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Where it fits

AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Google Maps Reviews MCP sits in that group. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by PhiDuyAnh, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the google maps reviews mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Google Maps Reviews MCP MCP server

{
    "mcpServers": {
        "google-maps-reviews": {
            "command": "<path-to-your-venv-python>",
            "args": [
                "<path-to-your-server.py-file>"
            ]
        }
    }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Google Maps Reviews MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Google Maps Reviews MCP directly.