Skip to content
Cursor

openpaper mcp for Cursor

io.github.federicodeponte/openpaper-mcp

Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP

client:Cursor transport:stdio runtime:pypi

Install openpaper mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openpaper-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openpaper-mcp"
      ],
      "env": {
        "OPENPAPER_API_TOKEN": "<OPENPAPER_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openpaper mcp in other clients