MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt.
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).
Run
npx -y protein-mcp-server
MCP client config
{
"mcpServers": {
"protein-mcp-server": {
"command": "npx",
"args": [
"-y",
"protein-mcp-server"
]
}
}
}Run
npx -y protein-mcp-server
MCP client config
{
"mcpServers": {
"protein-mcp-server": {
"command": "npx",
"args": [
"-y",
"protein-mcp-server"
]
}
}
}