Odel
rosetta mcp server

rosetta mcp server

Local
@arielbs18JavaScriptUpdated 5mo ago

Rosetta/PyRosetta protein modeling and Biotite translation for computational biology

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

npmrosetta-mcp-serverv1.3.1

Run

npx -y rosetta-mcp-server

MCP client config

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