Skip to content
Cursor

pubcrawl for Cursor

io.github.nickjlamb/pubcrawl

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

client:Cursor transport:stdio runtime:npm

Install pubcrawl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pubcrawl in other clients