Content Core turns Claude into a universal content extraction tool by wrapping multiple engines like Firecrawl, Jina, and Crawl4AI behind a unified interface. It exposes two MCP operations: extract_content for pulling text from URLs, PDFs, videos, and audio files, and summarize_content for condensing that material with custom context. You'd reach for this when you need Claude to process external content sources during conversations, whether that's analyzing YouTube videos, summarizing research papers, or extracting insights from web articles. The server handles the complexity of choosing the right extraction engine per content type.
claude mcp add --transport stdio lfnovo-content-core uvx content-core