Skip to content
Grok

pharma mcp for Grok

io.github.pubspro/pharma-mcp

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

client:Grok transport:stdio runtime:npm

Install pharma mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pharma mcp in other clients