★ 2 stars
Python
💻 Code/Dev Tools
Updated 2mo ago
Remote code execution (Python, Bash, Java, and Javascript) in sandboxed Jupyter environments. Includes Ray, FastAPI, and MCP implementations.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jupytermcpserver": {
"command": "uvx",
"args": [
"jupytermcpserver"
]
}
}
}
Run in terminal:
claude mcp add jupytermcpserver uvx jupytermcpserver
Add to .cursor/mcp.json:
{
"mcpServers": {
"jupytermcpserver": {
"command": "uvx",
"args": [
"jupytermcpserver"
]
}
}
}
Or install with pip: pip install jupytermcpserver