The notebooklm-mcp server connects AI agents to the NotebookLM API, providing session support and human-like behavior for coding assistance. It exposes tools for context-aware code generation, debugging, and explanation. Agents use it to interact with NotebookLM's large language model, which is fine-tuned for code understanding. Developers integrate it to build CLI agents that assist with programming tasks.
The notebooklm-mcp server connects AI agents to the NotebookLM API, providing session support and human-like behavior for coding assistance. It exposes tools for context-aware code generation, debugging, and explanation. Agents use it to interact with NotebookLM's large language model, which is fine-tuned for code understanding. Developers integrate it to build CLI agents that assist with programming tasks.
npx -y notebooklm-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"notebooklm-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y notebooklm-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from notebooklm-mcp?"
API Key Required
This server requires an API key from notebooklm-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NOTEBOOKLM-MCP_API_KEY | Yes | Your notebooklm-mcp API key |
"What resources are available in notebooklm-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in notebooklm-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in notebooklm-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.