From nteract
Local stdio proxy (runt-proxy) for notebook interactions via Nteract channel. Enables code execution and notebook management. Runs locally, no secrets needed.
npx claudepluginhub nteract/desktop --plugin nteractAdd to your .mcp.json:
{
"mcpServers": {
"notebook": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/runt-proxy",
"env": {
"NTERACT_CHANNEL": "stable"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/bin/runt-proxyNTERACT_CHANNEL=stableShare bugs, ideas, or general feedback.