fulltext article downloader for Cline
io.github.computron/fulltext-article-downloader
Full text of research papers by DOI, arXiv, PMC or OpenReview id, verified against the record
client:Cline
transport:stdio
runtime:pypi
Install fulltext article downloader in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs