Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Google Maps Reviews

БесплатноНе проверен

Enables fetching Google Maps reviews and place info without authentication by using a mobile user-agent with Playwright.

GitHubEmbed

Описание

Enables fetching Google Maps reviews and place info without authentication by using a mobile user-agent with Playwright.

README

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.

Installation

bun install

Usage

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 URL

Testing

bun run test

How It Works

  1. Uses Playwright with mobile Safari user-agent
  2. Navigates to Google Maps place URL
  3. Parses review text using regex patterns (more resilient than DOM selectors)
  4. 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

from github.com/limehawk/google-maps-reviews-mcp

Установить Google Maps Reviews в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install google-maps-reviews-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add google-maps-reviews-mcp -- npx -y github:limehawk/google-maps-reviews-mcp

FAQ

Google Maps Reviews MCP бесплатный?

Да, Google Maps Reviews MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Google Maps Reviews?

Нет, Google Maps Reviews работает без API-ключей и переменных окружения.

Google Maps Reviews — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Google Maps Reviews в Claude Desktop, Claude Code или Cursor?

Открой Google Maps Reviews на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Google Maps Reviews with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse