About
Overview
The Jupyter MCP Server enables AI agents to interact with Jupyter notebook environments. It provides tools for creating notebooks, executing cells, managing kernels, and viewing outputs.
Capabilities
Tools & Capabilities
⚡execute_cell
Execute a code cell in a notebook
⚡create_notebook
Create a new notebook
⚡list_kernels
List running kernels
⚡get_output
Get cell execution output
Setup
Installation
bash
Install
pip install mcp-server-jupyterExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"jupyter": {
"command": "python",
"args": ["-m", "mcp_server_jupyter"]
}
}
}Quick Info
Authorcommunity
LanguagePython
StatusStable
Stars★ 130
Last UpdatedFeb 12, 2026