Odel
NotebookLM MCP

NotebookLM MCP

Local
@roomi-fields173TypeScriptMITUpdated 3 days ago

Automate Google NotebookLM — Q&A with citations, audio, video, content generation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@roomi-fields/notebooklm-mcpv3.2.0

Run

npx -y @roomi-fields/notebooklm-mcp

MCP client config

{
  "mcpServers": {
    "notebooklm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@roomi-fields/notebooklm-mcp"
      ]
    }
  }
}