MCP Server
MCP
Code of Paper
Find GitHub implementations of arXiv research papers — paper lookup, ranked code, search.
Install
uvx codeofpaper
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "codeofpaper",
"version": "0.3.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "codeofpaper[mcp]",
"type": "named",
"name": "--from"
},
{
"value": "codeofpaper-mcp",
"type": "positional",
"valueHint": "command"
}
],
"environmentVariables": [
{
"description": "Override the API base URL (default https://api.codeofpaper.com).",
"format": "string",
"name": "CODEOFPAPER_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment