Odel
biolit

biolit

Local
@rachadele2PythonUpdated 1w ago

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).

PyPIbiolitv0.1.25

Run

uvx biolit

MCP client config

{
  "mcpServers": {
    "biolit": {
      "command": "uvx",
      "args": [
        "biolit"
      ]
    }
  }
}