NotebookLM MCP for VS Code
io.github.roomi-fields/notebooklm-mcp
Automate Google NotebookLM — Q&A with citations, audio, video, content generation
client:VS Code
transport:stdio
runtime:npm
Install NotebookLM MCP in VS Code
.vscode/mcp.json
{
"servers": {
"notebooklm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs