jupyter-kernel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_to_jupyterC | Connect to a Jupyter kernel. Starts one if not already running. |
| use_notebookC | Open or create a notebook file and attach it to the session. |
| read_notebookB | List all cells in the open notebook with optional detailed content. |
| read_cellA | Read a single cell by index with its outputs. |
| insert_cellB | Insert a new code or markdown cell at the given index. |
| edit_cell_sourceC | Find and replace text in a cell's source code. |
| delete_cellC | Delete a cell by index. |
| execute_cellC | Execute a code cell in the open notebook and save results. |
| execute_codeA | Execute arbitrary Python code directly (outside the notebook context). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qtalen/jupyter-kernel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server