MCP server for OpenReview — search submissions, fetch reviews, meta-reviews, rebuttals, and decisions from NeurIPS, ICLR, ACL ARR, COLM, TMLR, and more.
Project description
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 |
|---|---|
openreview_list_venues |
List OpenReview venues, filterable by year or series |
openreview_venue_stats |
Acceptance rate and score distribution for a venue |
openreview_search_submissions |
Search papers by venue/query/author/keywords |
openreview_get_submission |
Full metadata + abstract + PDF URL for a submission |
openreview_search_by_author |
All submissions by an author profile |
openreview_get_reviews |
All reviews (scores, confidence, strengths, weaknesses) |
openreview_get_meta_review |
Area-chair meta-review and recommendation |
openreview_get_rebuttal |
Author responses to reviewers |
openreview_get_decision |
Accept/reject decision and comment |
openreview_get_profile |
Author profile, affiliation, publications |
openreview_aggregate_weaknesses |
Cluster recurrent reviewer complaints across a venue's rejections (requires [analysis] extra) |
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-mcp
Use 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 8000
Development
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 :8000
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openreview_mcp-0.1.0.tar.gz.
File metadata
- Download URL: openreview_mcp-0.1.0.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f700a2597433a3ad471932c088a15e7c2824358cdfade9b2cf350674c17c2c
|
|
| MD5 |
1f5c316860d41df0be4a4af93a905df9
|
|
| BLAKE2b-256 |
a819cafeed29cca912ca074dab1e97042fc98fba695c9e4879690943b627a274
|
Provenance
The following attestation bundles were made for openreview_mcp-0.1.0.tar.gz:
Publisher:
release.yml on OpenCodice-Research/openreview-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openreview_mcp-0.1.0.tar.gz -
Subject digest:
d1f700a2597433a3ad471932c088a15e7c2824358cdfade9b2cf350674c17c2c - Sigstore transparency entry: 1381168114
- Sigstore integration time:
-
Permalink:
OpenCodice-Research/openreview-mcp@4d899b36a13c8105610a7a63bb2314d88e22ef19 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/OpenCodice-Research
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4d899b36a13c8105610a7a63bb2314d88e22ef19 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openreview_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: openreview_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ae88c7f8804f853c306eaafc79e29b2942a95fe64f8786feab897f06c6f99fc
|
|
| MD5 |
66fd92e0d1bf277a6704483511cebacc
|
|
| BLAKE2b-256 |
00e1eeb5da530a1658756295de8296356b5602d81caad01fa3d8e5229e03fad3
|
Provenance
The following attestation bundles were made for openreview_mcp-0.1.0-py3-none-any.whl:
Publisher:
release.yml on OpenCodice-Research/openreview-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openreview_mcp-0.1.0-py3-none-any.whl -
Subject digest:
8ae88c7f8804f853c306eaafc79e29b2942a95fe64f8786feab897f06c6f99fc - Sigstore transparency entry: 1381168413
- Sigstore integration time:
-
Permalink:
OpenCodice-Research/openreview-mcp@4d899b36a13c8105610a7a63bb2314d88e22ef19 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/OpenCodice-Research
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4d899b36a13c8105610a7a63bb2314d88e22ef19 -
Trigger Event:
push
-
Statement type: