This MCP server provides tools to interact with the Open Notebook API, enabling management of notebooks, sources, notes, and AI models.
From the registry: MCP server that wraps the Open Notebook API
$ git clone https://github.com/Epochal-dev/open-notebook-mcp.git && cd open-notebook-mcp && uv syncPlease install the `open-notebook-epochaldev` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and install** — Clone the repo and run `uv sync`. Run: `git clone https://github.com/Epochal-dev/open-notebook-mcp.git && cd open-notebook-mcp && uv sync`
- **Open Notebook instance** — Requires a running Open Notebook instance. (https://github.com/lfnovo/open-notebook)
Canonical MCP server config (stdio transport):
- command: `uv`
- args: ["run","--directory","/path/to/open-notebook-mcp","open-notebook-mcp"]
- required environment variables:
- `OPEN_NOTEBOOK_URL`: URL of your Open Notebook instance. (example: `http://localhost:5055`)
- optional environment variables:
- `OPEN_NOTEBOOK_PASSWORD`: Password if APP_PASSWORD is set. (example: `<your-password>`)
- `MCP_TRANSPORT`: Transport mode. (example: `stdio`)
Note: Same README as open-notebook — Epochal-dev repo for Open Notebook MCP integration.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPEN_NOTEBOOK_URLrequiredURL of your Open Notebook instanceProvide your AI coding tools with token-efficient access to up-to-date technical documentation for…