Description

Integrates with Open Notebook, a self-hosted alternative to Google's NotebookLM. Manage research notebooks, add documents and web content as sources, generate AI-assisted notes, and search across your knowledge base with vector and text search. Supports multiple AI models including local options via Ollama.

Installation

git clone https://github.com/epochal-dev/open-notebook-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "open-notebook": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}