← Back to Plugins
MCP Server MCP

io.github.federicodeponte/openpaper-mcp

github By github 👁 1 views ▲ 0 votes

Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP

Homepage Verified source GitHub

Install

uvx openpaper-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "openpaper-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your OpenPaper API key from openpaper.dev",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENPAPER_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...