loading…
Search for a command to run...
loading…
Connecting to the ReviewMetric, 15-AI agent scientific peer review pipeline
Connecting to the ReviewMetric, 15-AI agent scientific peer review pipeline
Connect Claude to the world's most advanced 15-agent scientific peer review pipeline.
Review Metric is a powerful AI tool designed for researchers, academics, and scientists. By installing this MCP server, you give Claude the ability to securely submit your local .docx manuscripts to a sophisticated 15-agent pipeline that rigorously analyzes your work for methodological flaws, novelty, and literature alignment.

To install this tool, simply add the following configuration to your claude_desktop_config.json file.
(Note: You will need your personal API key from the Review Metric web dashboard https://www.reviewmetric.it.com/).
{
"mcpServers": {
"review-metric": {
"command": "uvx",
"args": ["reviewmetric-mcp"],
"env": {
"REVIEWMETRIC_API_KEY": "your_api_key_here"
}
}
}
}
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"reviewmetric": {
"command": "npx",
"args": []
}
}
}