← Back to Plugins
MCP Server MCP

Code of Paper

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...