An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-vktr93-reviewmetric": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics / ai-ml
Persistent memory using a knowledge graph
MCP Server for GCP environment for interacting with various Observability APIs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.vktr93/reviewmetric and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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"
}
}
}
}