Skip to content
Cursor

open notebook for Cursor

io.github.epochal-dev/open-notebook

MCP server that wraps the Open Notebook API

client:Cursor transport:stdio runtime:pypi

Install open notebook in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "open-notebook": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "open-notebook-mcp"
      ],
      "env": {
        "OPEN_NOTEBOOK_URL": "<OPEN_NOTEBOOK_URL>",
        "OPEN_NOTEBOOK_PASSWORD": "<OPEN_NOTEBOOK_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

open notebook in other clients