Skip to content

Conversation

@anyakors
Copy link

Add OpenReview MCP server to the list of MCP servers

Description

This PR adds an unofficial OpenReview MCP server to the list of available Model Context Protocol (MCP) servers.

Server Details

  • Provides access to OpenReview data for research and analysis (ICML, ICLR, NeurIPS).
  • Supports user search, paper retrieval, conference paper queries, keyword search, and export of paper texts to JSON/PDF.
  • Configuration and usage instructions are included in the README.md.

Motivation and Context

This may be useful for users involved in AI/ML research for a local method lookup to use in their development with Claude Code, e.g. fetching relevant ML manuscripts by keyword and integrating these methods by instructing Claude Code with retrieved text.

How Has This Been Tested?

  • Successfully tested with Claude Code using the following JSON configuration:

    claude mcp add-json openreview '{"command":"openreview-mcp-server","cwd":"/install/dir/openreview-mcp-server","env":{"OPENREVIEW_USERNAME":"username","OPENREVIEW_PASSWORD":"password","OPENREVIEW_BASE_URL":"https://api2.openreview.net","OPENREVIEW_DEFAULT_EXPORT_DIR":"./openreview_exports"}}'

Breaking Changes

No.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

@claude
Copy link
Contributor

claude bot commented Aug 16, 2025

Thank you @anyakors for your contribution! 🎉

Your OpenReview MCP server has been accepted and included as part of our batch integration in PR #2553. We really appreciate you taking the time to submit this integration.

The server is now officially listed in our README and available to the community!

@claude claude bot closed this Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants