Odel
RCSB PDB

RCSB PDB

Local
@rcsb3PythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrcsb-mcpv0.15.0

Run

uvx rcsb-mcp

MCP client config

{
  "mcpServers": {
    "rcsb-pdb": {
      "command": "uvx",
      "args": [
        "rcsb-mcp"
      ]
    }
  }
}