preprint-fulltext
Rank #44,947io.github.genecell/preprint-fulltext
bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search.
preprint-fulltext is a Model Context Protocol (MCP) server published by genecell. It ranks #44,947 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. preprint-fulltext is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 18, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 70,644 of 115,591 servers on MCP Toplist.
Use preprint-fulltext
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add preprint-fulltext -e "CONTACT_EMAIL=<your CONTACT_EMAIL>" -e "OPENALEX_API_KEY=<your OPENALEX_API_KEY>" -- uvx preprint-fulltextReplace each placeholder with your own value before saving.
[mcp_servers.preprint-fulltext]
command = "uvx"
args = ["preprint-fulltext"]
[mcp_servers.preprint-fulltext.env]
CONTACT_EMAIL = "<your CONTACT_EMAIL>"
OPENALEX_API_KEY = "<your OPENALEX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"preprint-fulltext": {
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<your CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<your OPENALEX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"preprint-fulltext": {
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<your CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<your OPENALEX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"preprint-fulltext": {
"type": "stdio",
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<your CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<your OPENALEX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"preprint-fulltext": {
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<your CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<your OPENALEX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"preprint-fulltext": {
"command": "uvx",
"args": [
"preprint-fulltext"
],
"env": {
"CONTACT_EMAIL": "<your CONTACT_EMAIL>",
"OPENALEX_API_KEY": "<your OPENALEX_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.genecell%2Fpreprint-fulltext)<a href="https://mcptoplist.com/server/io.github.genecell%2Fpreprint-fulltext"><img src="https://mcptoplist.com/badge/io.github.genecell%2Fpreprint-fulltext.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
genecell
Other servers by genecell
View all genecell servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 18, 2026 |
Frequently asked questions
- Who maintains preprint-fulltext?
- preprint-fulltext is maintained by genecell, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is preprint-fulltext listed on the Official MCP Registry?
- Yes — preprint-fulltext is listed on the Official MCP Registry, alongside Glama.
- How many versions does preprint-fulltext have?
- MCP Toplist tracks 1 version of preprint-fulltext, most recently published on Jul 18, 2026.
- Where can I find the source code for preprint-fulltext?
- The source code for preprint-fulltext is hosted at github.com/genecell/preprint-fulltext.