HomeDesign & Media › rosetta-mcp-server

rosetta-mcp-server

Rosetta/PyRosetta protein modeling and Biotite translation for computational biology

JavaScript
★ 19 stars Last pushed 2026-04-05

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "rosetta-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ROSETTA_BIN": "<YOUR_VALUE>",
        "PYTHON_BIN": "<YOUR_VALUE>",
        "MCP_DEBUG": "<YOUR_VALUE>"
      }
    }
  }
}
  • ROSETTA_BIN — Path to rosetta_scripts binary or its directory
  • PYTHON_BIN — Python interpreter with PyRosetta/Biotite installed
  • MCP_DEBUG — Set to 1 for debug logging

Related servers

Data from the Official MCP Registry