Skip to content
Zed

rcsb pdb mcp for Zed

io.github.mrfentmen/rcsb-pdb-mcp

Look up protein structures and search the RCSB Protein Data Bank. No key required.

client:Zed transport:stdio runtime:npm

Install rcsb pdb mcp in Zed

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

{
  "context_servers": {
    "rcsb-pdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rcsb-pdb-mcp"
      ]
    }
  }
}

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

rcsb pdb mcp in other clients