Odel
reviewmetric mcp

reviewmetric mcp

Local
@vktr93PythonMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIreviewmetric-mcpv1.0.6

Run

uvx reviewmetric-mcp

MCP client config

{
  "mcpServers": {
    "reviewmetric-mcp": {
      "command": "uvx",
      "args": [
        "reviewmetric-mcp"
      ]
    }
  }
}