Skip to content
Claude Desktop

open notebook for Claude Desktop

io.github.epochal-dev/open-notebook

MCP server that wraps the Open Notebook API

client:Claude Desktop transport:stdio runtime:pypi

Install open notebook in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

open notebook in other clients