preprint fulltext for Cursor
io.github.genecell/preprint-fulltext
bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search.
client:Cursor
transport:stdio
runtime:pypi
Install preprint fulltext in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"preprint-fulltext": {
"type": "stdio",
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<OPENALEX_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs