← Back to Plugins
MCP Server MCP

io.github.genecell/preprint-fulltext

github By github 👁 1 views ▲ 0 votes

bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search.

Homepage Verified source GitHub

Install

uvx preprint-fulltext

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "preprint-fulltext",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Email for the Europe PMC / OpenAlex polite pools (recommended).",
          "name": "CONTACT_EMAIL"
        },
        {
          "description": "OpenAlex API key (only needed for OpenAlex discover/search; required by OpenAlex since 2026-02-13).",
          "isSecret": true,
          "name": "OPENALEX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...