nteract provides an MCP (Model Context Protocol) server that brings AI agents into Jupyter notebooks. It allows LLMs like Claude, ChatGPT, Gemini, and OpenCode to execute code, read outputs, and interact with notebook environments. Version 2.3.1 requires Python >=3.10. Release cadence is irregular, with recent updates focused on MCP protocol support.
pip install nteractNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start the nteract MCP server for AI agent integration. Requires an API key (e.g., Anthropic) set in environment.
Ensure Python >=3.10 is installed before upgrading.
Replace imports like 'from nteract.kernel import ...' with 'from nteract.mcp_server import ...'.
Set the required API key before calling run_server().
Pass a custom port via the MCP_PORT environment variable or modify the server configuration.
No dependency data recorded yet.