Odel
protein mcp server

protein mcp server

Local
@cyanheads5TypeScriptApache-2.0Updated 1w ago

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).

npmprotein-mcp-serverv1.0.3

Run

npx -y protein-mcp-server

MCP client config

{
  "mcpServers": {
    "protein-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "protein-mcp-server"
      ]
    }
  }
}
npmprotein-mcp-serverv1.0.3

Run

npx -y protein-mcp-server

MCP client config

{
  "mcpServers": {
    "protein-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "protein-mcp-server"
      ]
    }
  }
}