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