mcpbeat Sign in

Reviewmetric MCP Server

local only

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

An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.

Installs per day peak 34 · avg 11 · -7% w/w
a month agotoday
93
Installs / week
pypi · reviewmetric-mcp
0
Stars
0 open issues
9 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Reviewmetric 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 reviewmetric -- uvx reviewmetric-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reviewmetric": {
      "args": [
        "reviewmetric-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reviewmetric]
command = "uvx"
args = ["reviewmetric-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "reviewmetric": {
      "args": [
        "reviewmetric-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reviewmetric": {
      "args": [
        "reviewmetric-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REVIEWMETRIC_API_KEY (Your API key from the Review Metric web dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Reviewmetric

same job, measured the same way
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Gym Plus
by gym

Connect ChatGPT or Claude to your Gym Plus account to log and review workouts with AI coaching.

answering
Oura Ring MCP
by mitchhankins01

Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.

54 installs/wk local only
Xitoring
by xitoring

Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.

answering
MCP CAD Studio
by mario-andreschak

A self-contained parametric CAD studio MCP server with an interactive MCP App.

54 installs/wk local only
ConnectWise Automate
by wyre-technology

MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.

local only
ConnectWise Automate
by wyre-ai

MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.

local only
Devloop
by vincentvella

Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents.

97 installs/wk local only

Reviewmetric — questions

Answers built from our own checks of this server.

Why is there no uptime for Reviewmetric?
Reviewmetric 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 reviewmetric-mcp was installed 93 times last week.
How do I connect Reviewmetric?
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 reviewmetric-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Reviewmetric?
The pypi package reviewmetric-mcp was installed 93 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reviewmetric 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.