Skip to content
Cursor

NotebookLM MCP for Cursor

io.github.roomi-fields/notebooklm-mcp

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

client:Cursor transport:stdio runtime:npm

Install NotebookLM MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NotebookLM MCP in other clients