Developer Tools
Trust: 42/100 (Fair)NotebookLM MCP Guide
Automate Google NotebookLM — Q&A with citations, audio, video, content generation
38 starsby roomi-fields
Quick Start
Install
npx @roomi-fields/notebooklm-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-roomi-fields-notebooklm-mcp": {
"command": "npx",
"args": [
"@roomi-fields/notebooklm-mcp"
]
}
}
}