fulltext article downloader for Grok
io.github.computron/fulltext-article-downloader
Full text of research papers by DOI, arXiv, PMC or OpenReview id, verified against the record
client:Grok
transport:stdio
runtime:pypi
Install fulltext article downloader in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs