MCP Directory
Back

python-notebook-mcp

by UsamaK98 · Python · ★ 45

Lightweight Python Notebook MCP - Enable AI assistants to create, edit, and view Jupyter notebooks via Model Context Protocol

#ai-tools#claude#claude-desktop#cursor-ide#fastmcp#ipynb#jupyter#jupyter-notebooks#mcp#model-context-protocol#model-context-protocol-servers#notebook-editor#python#windsurf

Install

pip install git+https://github.com/UsamaK98/python-notebook-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "python-notebook-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/UsamaK98/python-notebook-mcp.git"
      ]
    }
  }
}

From the README

Python Notebook MCP MCP server enabling AI assistants to interact with Jupyter notebooks through the Model Context Protocol. This server allows compatible AI assistants (like Cursor or Claude Desktop) to interact with Jupyter Notebook files (.ipynb) on your local machine. Before you begin, ensure you have the following installed: 1. **Python:** Version 3.10 or higher. 2. **:** The fast Python package installer and virtual environment manager from Astral. If you don't have it, install it: 3. ** CLI (Optional, for Claude Desktop ):** If you plan t…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers