Back to Apps

JupyMCP
Supports UIby tcztzy
Comprehensive MCP server for Jupyter Notebooks providing cell execution, management, and resource access.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
JupyMCP connects AI agents to Jupyter Notebooks, allowing them to interact with a live notebook environment. It enables the AI to execute code, manage cells, and read notebook files to perform data analysis and visualization directly within a notebook.
Tools
- Cell Execution: Execute, add, and modify notebook cells with support for image and audio outputs.
- Cell Management: Add, insert, and manage code, markdown, and raw cells.
- Metadata Operations: Get and set cell and notebook metadata.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"jupymcp": {
"command": "uvx",
"args": ["jupymcp"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"jupymcp": {
"command": "uvx",
"args": ["jupymcp"]
}
}
}






