Odel
Code of Paper

Code of Paper

Local
@isagelswann1PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcodeofpaperv0.3.2

Run

uvx codeofpaper

MCP client config

{
  "mcpServers": {
    "code-of-paper": {
      "command": "uvx",
      "args": [
        "codeofpaper"
      ]
    }
  }
}