openreview-mcp
MCP server for searching and retrieving submissions, reviews, meta-reviews, rebuttals, and decisions from OpenReview venues like NeurIPS and ICLR, enabling peer review analysis.
README
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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。