Servers

Jupyter Mcp Server
@ChengJiale150
An MCP service specifically developed for AI to connect and manage Jupyter Notebooks
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Jupyter-MCP-Server": {
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
],
"env": {},
"transport": "stdio"
}
}
}