An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/jorgealonsodev/notebooklm-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add notebooklm-mcp-serve go run github.com/jorgealonsodev/notebooklm-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"notebooklm-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/jorgealonsodev/notebooklm-mcp-server@latest"
]
}
}
}