Developer Tools
Trust: 28/100 (Limited)io.github.cyanheads/protein-mcp-server Guide
MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt.
1 starsby cyanheads
Quick Start
Install
npx protein-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cyanheads-protein-mcp-server": {
"command": "npx",
"args": [
"protein-mcp-server"
]
}
}
}