rcsb pdb mcp for VS Code
io.github.mrfentmen/rcsb-pdb-mcp
Look up protein structures and search the RCSB Protein Data Bank. No key required.
client:VS Code
transport:stdio
runtime:npm
Install rcsb pdb mcp in VS Code
.vscode/mcp.json
{
"servers": {
"rcsb-pdb-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rcsb-pdb-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs