Odel
pubcrawl

pubcrawl

Local
@nickjlamb13TypeScriptMITUpdated 1w ago

PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials for AI assistants.

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

npm@pharmatools/pubcrawlv2.5.0

Run

npx -y @pharmatools/pubcrawl

MCP client config

{
  "mcpServers": {
    "pubcrawl": {
      "command": "npx",
      "args": [
        "-y",
        "@pharmatools/pubcrawl"
      ]
    }
  }
}