What is the NotebookLM MCP MCP server?
Automate Google NotebookLM — Q&A with citations, audio, video, content generation
How to install NotebookLM MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"notebooklm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Claude Code
claude mcp add notebooklm-mcp -- npx -y @roomi-fields/notebooklm-mcpRelated MCP servers
OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.
View repository →The open retrieval layer for AI agents — index code, docs, data. Search via MCP.
View repository →