preprint fulltext for Grok
io.github.genecell/preprint-fulltext
bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search.
client:Grok
transport:stdio
runtime:pypi
Install preprint fulltext in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"preprint-fulltext": {
"type": "stdio",
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<OPENALEX_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