notebook (MCP Server)

GitHub

Jupyter Interactive Notebook

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "notebook": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notebook"
      ]
    }
  }
}