Skip to content
Cursor

pharma mcp for Cursor

io.github.pubspro/pharma-mcp

MCP server for ClinicalTrials.gov, PubMed, FDA drug labels, FAERS, and ICH guidelines.

client:Cursor transport:stdio runtime:npm

Install pharma mcp in Cursor

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

{
  "mcpServers": {
    "pharma-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pubspro/pharma-mcp"
      ]
    }
  }
}

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

pharma mcp in other clients