Skip to content
Claude Desktop

pubcrawl for Claude Desktop

io.github.nickjlamb/pubcrawl

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

client:Claude Desktop transport:stdio runtime:npm

Install pubcrawl in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

pubcrawl in other clients