← Index

io.github.PiotrAleksander/open-notebook

io.github.PiotrAleksander/open-notebook·v0.1.1·Other
Quality Score
68
/100

MCP server that wraps the Open Notebook API

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "open-notebook": {
      "command": "uvx",
      "args": [
        "open-notebook-mcp"
      ],
      "env": {
        "OPEN_NOTEBOOK_URL": "<open_notebook_url>",
        "OPEN_NOTEBOOK_PASSWORD": "<your-open_notebook_password>"
      }
    }
  }
}
§02  Environment variables
OPEN_NOTEBOOK_URL
required

URL of your Open Notebook instance

OPEN_NOTEBOOK_PASSWORD
secret

Authentication password (if APP_PASSWORD is set in Open Notebook)

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other