Skip to content
Cursor

Code of Paper for Cursor

io.github.isagelswann/codeofpaper

Find GitHub implementations of arXiv research papers — paper lookup, ranked code, search.

client:Cursor transport:stdio runtime:pypi

Install Code of Paper 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": {
    "codeofpaper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codeofpaper"
      ],
      "env": {
        "CODEOFPAPER_API_URL": "<CODEOFPAPER_API_URL>"
      }
    }
  }
}

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

Code of Paper in other clients