rosetta-mcp-server
About
Rosetta/PyRosetta protein modeling and Biotite translation for computational biology
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ROSETTA_BIN PYTHON_BIN MCP_DEBUGClaude Code
claude mcp add --env ROSETTA_BIN= --env PYTHON_BIN= --env MCP_DEBUG= rosetta-mcp-server -- npx rosetta-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"rosetta-mcp-server","command":"npx","args":["rosetta-mcp-server"],"env":{"ROSETTA_BIN":"","PYTHON_BIN":"","MCP_DEBUG":""}}'
JSON
{
"mcpServers": {
"rosetta-mcp-server": {
"command": "npx",
"args": [
"rosetta-mcp-server"
],
"env": {
"ROSETTA_BIN": "",
"PYTHON_BIN": "",
"MCP_DEBUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.