Skip to content
Grok

pubmed mcp for Grok

io.github.mrfentmen/pubmed-mcp

Search PubMed biomedical literature and fetch article summaries. No key required.

client:Grok transport:stdio runtime:npm

Install pubmed mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pubmed-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/pubmed-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

pubmed mcp in other clients