loading…
Search for a command to run...
loading…
Connects Claude to OpenReview to facilitate conference reviewer and area chair workflows through the Model Context Protocol. It enables users to manage paper as
Connects Claude to OpenReview to facilitate conference reviewer and area chair workflows through the Model Context Protocol. It enables users to manage paper assignments, read submissions and reviews, and perform write actions like submitting reviews or comments using a preview-and-confirm system.
An MCP server that connects Claude to OpenReview for conference reviewer and area chair workflows.
Install dependencies:
cd openreview-mcp
uv sync
Create a .env file from the example:
cp .env.example .env
Edit .env with your OpenReview credentials:
[email protected]
OPENREVIEW_PASSWORD=your_password
OPENREVIEW_BASEURL=https://api2.openreview.net
Add to ~/.claude/settings.json:
{
"mcpServers": {
"openreview": {
"command": "uv",
"args": ["run", "--directory", "/path/to/openreview-mcp", "python", "-m", "openreview_mcp"]
}
}
}
Write tools return a preview first. You must call confirm_submission with the confirmation ID to actually post to OpenReview.
uv sync --all-extras
uv run pytest
See CONTRIBUTING.md for details.
MIT — see LICENSE for details.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"openreview-mcp-server": {
"command": "npx",
"args": []
}
}
}