cursor-notebook-mcp

jbeno/cursor-notebook-mcp
★ 153 stars Python 🤖 AI/LLM Updated 1mo ago
Model Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
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": {
    "cursor-notebook-mcp": {
      "command": "uvx",
      "args": [
        "cursor-notebook-mcp"
      ]
    }
  }
}

Or install with pip: pip install cursor-notebook-mcp

Topics

cursoripynbjupyterjupyter-notebookmcpmcp-servermcp-tools