fulltext article downloader for Claude Desktop
io.github.computron/fulltext-article-downloader
Full text of research papers by DOI, arXiv, PMC or OpenReview id, verified against the record
client:Claude Desktop
transport:stdio
runtime:pypi
Install fulltext article downloader in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fulltext-article-downloader": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs