mcpbeat Sign in

Reviewguru MCP Server

local only

Reviewguru runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from pypi. Last commit 2 May 2026.

Query Sri Lankan businesses, doctors, and reviews from any MCP-aware AI agent.

Installs per day peak 21 · avg 9 · +0% w/w
a month agotoday
77
Installs / week
pypi · reviewguru-mcp
0
Stars
0 open issues
2 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Reviewguru every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add reviewguru -- uvx reviewguru-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reviewguru": {
      "args": [
        "reviewguru-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reviewguru]
command = "uvx"
args = ["reviewguru-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "reviewguru": {
      "args": [
        "reviewguru-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reviewguru": {
      "args": [
        "reviewguru-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REVIEWGURU_API (Override the Review Guru API base URL. Defaults to https://reviewguru.lk — only set this when pointing at a fork or staging environment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Reviewguru

same job, measured the same way
AdvocateMCP
by advocatemcp

MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.

15 tools answering
SRG+
by srgplus

Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

70 installs/wk answering
I
Airbyte Agents
by airbytehq

Let AI agents query data and act across all your business apps via MCP.

answering
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
Klaaro
by klaaro

Query Klaaro datasets, documents, and extracted records from any agent.

answering
Qasper
by qasperai

Discover and book businesses via AI agents.

41 installs/wk 10 tools answering
SQL Preview
by fadnavismehul

Run governed SQL queries and inspect database schemas from MCP agents.

80 installs/wk local only
Recursive Support Oracle
by recursive

AI support agent platform for small businesses. Query pricing, features, and examples.

4 tools answering

Reviewguru — questions

Answers built from our own checks of this server.

Why is there no uptime for Reviewguru?
Reviewguru runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package reviewguru-mcp was installed 77 times last week.
How do I connect Reviewguru?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls reviewguru-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Reviewguru?
The pypi package reviewguru-mcp was installed 77 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reviewguru open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.