Loading MCP server directory, please wait...
MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt.
npx @getmcp/cli add io.github.cyanheads/protein-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/protein-mcp-server": {
"command": "bun",
"args": [
"protein-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info"
}
}
}
}