★ 65 stars
TypeScript
🤖 AI/LLM
Updated today
Google NotebookLM over MCP + a local HTTP REST API. Citation-backed Q&A, audio/video/content generation, multi-account rotation. For Claude Code, Codex, Cursor, n8n, Zapier, Make.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"roomi-fields/notebooklm-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add notebooklm-mcp npx -y roomi-fields/notebooklm-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"roomi-fields/notebooklm-mcp"
]
}
}
}
📋 Copy
Topics
ai anthropic automation citations claude claude-code gemini google-notebooklm http-api mcp mcp-server n8n notebooklm playwright rest-api