LLM-assisted biomedical literature screening and extraction for PubMed, GEO, and preprints.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx biolit
MCP client config
{
"mcpServers": {
"biolit": {
"command": "uvx",
"args": [
"biolit"
]
}
}
}