Convert diverse content sources into AI-generated outputs via NotebookLM
An MCP server that automates converting diverse content sources like WeChat articles, YouTube videos, and various document formats into AI-generated outputs such as podcasts and slide decks via Google NotebookLM. It integrates specialized tools for web scraping, OCR, and file transformation to facilitate seamless content generation through natural language.
Tools (3)
convert_to_notebooklmConverts content from sources like WeChat, YouTube, or documents into NotebookLM outputs.web_scrape_contentExtracts text and data from web pages including WeChat articles.ocr_documentPerforms optical character recognition on document formats.Environment Variables
GOOGLE_API_KEYrequiredRequired for interacting with Google services and NotebookLM features.Configuration
{"mcpServers":{"anything-to-notebooklm":{"command":"npx","args":["-y","@joeseesun/anything-to-notebooklm"],"env":{"GOOGLE_API_KEY":"your_key_here"}}}}