Deliver a zero-config, auto-healing NotebookLM MCP server with six integrated tools ready to run in one command.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"oneclicklm": {
"command": "npx",
"args": [
"-y",
"Russiateleworking29/OneClickLM"
]
}
}
}
Run in terminal:
claude mcp add oneclicklm npx -y Russiateleworking29/OneClickLM
Add to .cursor/mcp.json:
{
"mcpServers": {
"oneclicklm": {
"command": "npx",
"args": [
"-y",
"Russiateleworking29/OneClickLM"
]
}
}
}