Home › Other › open-notebook-mcp

open-notebook-mcp

MCP server that wraps the Open Notebook API

Python
★ 46 stars Last pushed 2025-12-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.3.0)

uvx open-notebook-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "open-notebook-mcp": {
      "command": "uvx",
      "args": [
        "open-notebook-mcp"
      ],
      "env": {
        "OPEN_NOTEBOOK_URL": "<YOUR_VALUE>",
        "OPEN_NOTEBOOK_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPEN_NOTEBOOK_URL required — URL of your Open Notebook instance
  • OPEN_NOTEBOOK_PASSWORD secret — Authentication password (if APP_PASSWORD is set in Open Notebook)

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.PiotrAleksander/open-notebook

Related servers

Data from the Official MCP Registry