Skip to content
Claude Desktop

Code of Paper for Claude Desktop

io.github.isagelswann/codeofpaper

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

client:Claude Desktop transport:stdio runtime:pypi

Install Code of Paper in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "codeofpaper": {
      "command": "uvx",
      "args": [
        "codeofpaper"
      ],
      "env": {
        "CODEOFPAPER_API_URL": "<CODEOFPAPER_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Code of Paper in other clients