Loading MCP server directory, please wait...
MCP server that wraps the Open Notebook API
npx @getmcp/cli add io.github.PiotrAleksander/open-notebookRequires Python 3.10+. Community-contributed server. Review source before installing.
OPEN_NOTEBOOK_URLURL of your Open Notebook instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.PiotrAleksander/open-notebook": {
"command": "uvx",
"args": [
"open-notebook-mcp"
],
"env": {
"OPEN_NOTEBOOK_URL": "",
"OPEN_NOTEBOOK_PASSWORD": ""
}
}
}
}