openreview-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openreview-mcpsearch for papers on reinforcement learning at NeurIPS 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
openreview-mcp
MCP server for OpenReview — search submissions, fetch reviews, meta-reviews, rebuttals, and decisions from NeurIPS, ICLR, ACL ARR, COLM, TMLR, and any other venue hosted on OpenReview.
Built by OpenCódice Research. The design rationale, analysis pipeline, and ICLR 2024 case study are documented in the OpenCódice Technical Report OC-TR-2026-007 (Zenodo, DOI 10.5281/zenodo.19758460).
Why
The academic MCP ecosystem covers arXiv (academia-mcp), Semantic Scholar, and HuggingFace, but the richest source of peer-review signal — OpenReview — is missing. This server exposes reviews, scores, area-chair decisions, and author rebuttals as MCP tools, enabling:
Reviewer-style critique agents grounded in real reviewer language
Bibliography verification for workshop and ARR venues
Weakness pattern analysis across a venue/year ("what does NeurIPS 2025 tend to reject for?")
Meta-review study for understanding area-chair decision patterns
Tools
Tool | Purpose |
| List OpenReview venues, filterable by year or series |
| Acceptance rate and score distribution for a venue |
| Search papers by venue/query/author/keywords |
| Full metadata + abstract + PDF URL for a submission |
| All submissions by an author profile |
| All reviews (scores, confidence, strengths, weaknesses) |
| Area-chair meta-review and recommendation |
| Author responses to reviewers |
| Accept/reject decision and comment |
| Author profile, affiliation, publications |
| Cluster recurrent reviewer complaints across a venue's rejections (requires |
Install
pip install openreview-mcp
# or, with the weakness-clustering tool enabled:
pip install "openreview-mcp[analysis]"Signature tool: openreview_aggregate_weaknesses
Ask the server to cluster reviewer weakness themes across a venue's rejections:
> Cluster 50 rejected ICLR 2024 submissions by weakness theme (k=10).Returns clusters with top TF-IDF terms, three representative exemplar snippets per cluster, and the contributing submission ids. The consuming LLM (Claude) labels each cluster from the evidence, so no fixed taxonomy is baked into the server.
See the ICLR 2024 case study for a full reproducible analysis of 100 rejected submissions, and the launch post openreview-mcp: peer review as a queryable resource for LLMs for the design rationale and a narrative tour of the same data.
Configuration
The server works out of the box for public venues. For access to venues requiring login:
export OPENREVIEW_USERNAME="you@example.com"
export OPENREVIEW_PASSWORD="..."Use with Claude Code
claude mcp add openreview -- openreview-mcpUse with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"openreview": {
"command": "openreview-mcp"
}
}
}See examples/claude_desktop_config.json for a full example.
Run as HTTP server
openreview-mcp --http --port 8000Development
make install # uv sync with dev extras
make test # pytest (uses VCR cassettes, no network)
make lint # ruff + mypy
make serve # run HTTP server locally on :8000License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenCodice-Research/openreview-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server