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
By lfnovo
Installation
npx -y content-coreConfiguration
{
"mcpServers": {
"content-core": {
"command": "npx",
"args": ["-y", "content-core"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes