Skip to main content

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

DOI

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openreview_mcp-0.1.0.tar.gz (26.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openreview_mcp-0.1.0-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

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

Hashes for openreview_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d1f700a2597433a3ad471932c088a15e7c2824358cdfade9b2cf350674c17c2c
MD5 1f5c316860d41df0be4a4af93a905df9
BLAKE2b-256 a819cafeed29cca912ca074dab1e97042fc98fba695c9e4879690943b627a274

See more details on using hashes here.

Provenance

The following attestation bundles were made for openreview_mcp-0.1.0.tar.gz:

Publisher: release.yml on OpenCodice-Research/openreview-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for openreview_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8ae88c7f8804f853c306eaafc79e29b2942a95fe64f8786feab897f06c6f99fc
MD5 66fd92e0d1bf277a6704483511cebacc
BLAKE2b-256 00e1eeb5da530a1658756295de8296356b5602d81caad01fa3d8e5229e03fad3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page