Loading MCP server directory, please wait...
An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.
npx @getmcp/cli add io.github.vktr93/reviewmetricRequires Python 3.10+. Community-contributed server. Review source before installing.
REVIEWMETRIC_API_KEYYour API key from the Review Metric web dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vktr93/reviewmetric": {
"command": "uvx",
"args": [
"reviewmetric-mcp"
],
"env": {
"REVIEWMETRIC_API_KEY": ""
}
}
}
}