Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks. Query your uploaded documents and get source-grounded, citation-backed answers from Gemini. Features browser automation, library management, persistent authentication, and answers exclusively from your own knowledge base.
Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks. Query your uploaded documents and get source-grounded, citation-backed answers from Gemini. Features browser automation, library management, persistent authentication, and answers exclusively from your own knowledge base.
pip install notebooklm-skillAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"pleaseprompto-notebooklm-skill-github": {
"command": "uvx",
"args": [
"pip install notebooklm-skill"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from notebooklm skill?"
API Key Required
This server requires an API key from notebooklm skill. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NOTEBOOKLM_SKILL_API_KEY | Yes | Your notebooklm skill API key |
"What resources are available in notebooklm skill?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in notebooklm skill"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in notebooklm skill 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.