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
{
"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