Skip to content
Zed

pubmed mcp for Zed

io.github.mrfentmen/pubmed-mcp

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

client:Zed transport:stdio runtime:npm

Install pubmed mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pubmed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/pubmed-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pubmed mcp in other clients