Turn URLs, files and text into media, transcripts, summaries, translations and PDF.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
One self-hosted engine. HomeTube client for YouTube β Content Studio for everything else β HomeTube browser extension β MCP server β CLI β Typed SDK β REST API underneath them all
Quick start Β· HomeTube Β· Coming from HomeTube? Β· All the clients Β· Connect an agent Β· Read the docs
Content is a self-hosted engine that turns supported sources into media, transcripts, summaries, translations, images, metadata, Markdown, PDF, and more. The backend analyzes each source, determines what it can actually produce, plans and runs the job, records its history, and delivers the results.
Everything else is a client of one public contract: HomeTube for the
focused YouTube experience, Content Studio for general workflows, a
Chromium extension for the tab you are already on, the content-mcp
server for agents, a CLI for terminals and cron, a typed Python SDK for
applications, the REST API for every other language, and Content
Console to watch the engine work. Pick one or several β none of them is a
layer the others have to pass through, and none of them holds business logic of
its own.
HomeTube is the quickest way to see what that means: paste a YouTube URL, pick what you want out of it, and watch the files land in your library.
[!NOTE] A proven workflow, now growing into a platform. The standalone HomeTube container has passed 300,000 package downloads on GitHub Container Registry. It keeps running and stays maintained β nothing breaks, and there is no deadline. Content is where that work continues, and where its users are invited to move at their own pace.
The two are separate projects: standalone HomeTube has not been retrofitted to run on Content. The HomeTube app in this repository is a new UI on the Content engine, carrying the same workflow forward. Coming from standalone HomeTube? β
Docker Compose is the only runtime prerequisite. Install from the published images β nothing to clone or build:
The default .env starts the complete local stack:
| Service | Default URL | Purpose |
|---|---|---|
| Content Studio | http://localhost:8502 | General requests across URL, file, upload, and inline-text sources |
| HomeTube | http://localhost:8501 | Focused YouTube video and playlist workflow |
| Content Console | http://localhost:8503 | Health, configuration, storage, jobs, events, and logs |
| Content API | http://localhost:8010/docs | REST API, OpenAPI, and embedded worker |
Open Content Studio for the general workflow, or HomeTube if your source is YouTube. You can also skip both web apps entirely and drive the same engine from the MCP server, CLI, SDK, extension, or REST API.
Everything stays in the installation folder: ./data holds the database, jobs,
and artifacts; finished files are delivered to ./playground/output. Set
CONTENT_DELIVERY_DIR_HOST in .env to point at your own NAS or media library
instead β its sub-folders then become the destination choices offered in the
clients.
Update later with:
The repository's docker-compose.yml adds local build: definitions beside
the same images. deploy/docker-compose.yml is
the build-free deployment file used above; a test keeps the two aligned.
The same engine serves media and document workflows:
Each branch starts with a declarative request. You describe the results; Content resolves what is possible, plans the work, runs the available tools, and records where every artifact came from. No yt-dlp flags, ffmpeg pipelines, transcription glue, or LLM orchestration in the client.
One engine, one contract, several independent front doors. Every client below
speaks the same GenerationRequest, sees the same resolved capabilities, and
produces the same artifacts β they differ in ergonomics, not in what they can
ask for. HomeTube is entirely optional; so is every other row.
| Client | Best for | Start here |
|---|---|---|
| HomeTube | The simplest YouTube video or playlist β library experience | Included in Docker Compose at :8501 |
| Content Studio | General capability-driven requests from URLs, uploads, server files, and inline text | Included in Docker Compose at :8502 |
| Chromium extension | Sending the current Chrome, Brave, Edge, or Vivaldi tab to Content | Download the release zip, unzip, Load unpacked |
| MCP server | Giving Claude, an IDE, or another MCP agent real artifacts instead of talk | uv tool install content-mcp |
| CLI | Terminals, scripts, cron jobs, and raw request files | uv tool install content-cli |
| Python SDK | Typed sync and async application integration | pip install content-sdk |
| REST API | Any language or integration that speaks HTTP | /api/v1, Swagger at :8010/docs |
| Content Console | Observing and operating the engine | Included in Docker Compose at :8503 |
http://localhost:8501 Β· README
Paste a URL, choose the media and related artifacts, and follow the job into your library β the workflow demonstrated at the top of this page.
With HomeTube in Content, you can:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/content)<a href="https://allmcps.com/mcp/content"><img src="https://allmcps.com/api/badge/content?style=directory" alt="Content on AllMCPs" /></a>