Skip to content

fulltext article downloader for Cursor

io.github.computron/fulltext-article-downloader

Full text of research papers by DOI, arXiv, PMC or OpenReview id, verified against the record

client:Cursor transport:stdio runtime:pypi

Install fulltext article downloader in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fulltext-article-downloader": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fulltext-article-downloader"
      ],
      "env": {
        "UNPAYWALL_EMAIL": "<UNPAYWALL_EMAIL>",
        "FULLTEXT_OUTPUT_DIR": "<FULLTEXT_OUTPUT_DIR>",
        "WILEY_API_KEY": "<WILEY_API_KEY>",
        "ELSEVIER_API_KEY": "<ELSEVIER_API_KEY>",
        "SPRINGER_API_KEY": "<SPRINGER_API_KEY>",
        "SEMANTIC_SCHOLAR_API_KEY": "<SEMANTIC_SCHOLAR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fulltext article downloader in other clients