Back to MCP Servers

Content Core

Extract content from URLs, documents, videos, and audio files using intelligent auto-engine selection. Supports web pages, PDFs, Word docs, YouTube transcripts, and more with structured JSON responses.

search-data-extraction

Installation

npx -y content-core

Configuration

{
  "mcpServers": {
    "content-core": {
      "command": "npx",
      "args": ["-y", "content-core"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub