Skip to content
VS Code

RCSB PDB for VS Code

io.github.rcsb/rcsb-mcp

MCP server to search, inspect, and cross-reference RCSB Protein Data Bank structures

client:VS Code transport:stdio runtime:pypi

Install RCSB PDB in VS Code

.vscode/mcp.json

{
  "servers": {
    "rcsb-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rcsb-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RCSB PDB in other clients