Stats
Actions
Tags
From nteract
Local MCP server for interactive notebook execution, presumably from nteract. Communicates via NTERACT_CHANNEL. Purpose appears to be running Jupyter-like notebook cells programmatically.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"notebook": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/nteract-mcp",
"env": {
"NTERACT_CHANNEL": "stable"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/bin/nteract-mcpEnvironment variables set when the server starts
NTERACT_CHANNEL=stablenpx claudepluginhub nteract/nteract --plugin nteract