mcpbeat Sign in

Content MCP Server

by latentnoise Your server? Claim it
local only

Content runs on your own machine — the client starts it, so there is no endpoint to ping. 1 061 installs a week from pypi. Last commit 30 Aug 2026.

Turn URLs, files and text into media, transcripts, summaries, translations and PDF.

Installs per day peak 1 380 · avg 267 · -69% w/w
a month agotoday
1 061
Installs / week
pypi · content-mcp
8
Stars
1 open issues
30 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] content_mcp/__init__.py:1, [пакет] content_mcp/server.py:1, [пакет] content_mcp/service.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command apps/backend/content/execution/process.py:49, apps/backend/content/processors/pdf/typst_backend.py:131, apps/backend/content/providers/ffmpeg.py:212 и ещё 1
            proc = subprocess.Popen(
Dumps the whole environment apps/mcp/release-check.sh:85
env = dict(os.environ, CONTENT_API_URL=os.environ.get("CONTENT_API_URL", "http://localhost:8010"))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add content -- uvx content-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "content": {
      "args": [
        "content-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.content]
command = "uvx"
args = ["content-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "content": {
      "args": [
        "content-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "content": {
      "args": [
        "content-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Content

same job, measured the same way
Social → Context
by mcp-dir

Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.

9 tools answering
vocce transcribe
by cmoonagent

Agent media tools: transcribe, summarize, notes, flashcards, doc Q&A, PDF compress. No API key.

52 installs/wk local only
Bankstatemently
by bankstatemently

Convert PDF bank statements into structured transactions, accounts, and balances.

16 tools answering
Boltwork
by squidboy30

AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.

225 installs/wk local only
Rendex: Rendering API for Images, PDFs & Content Extraction
by copperline-labs

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.

73 installs/wk 13 tools answering
OpenPublica
by openpublica

Search US local-government meetings: AI summaries, transcripts, and adopted plan documents.

15 tools answering
Contendeo
by contendeo

Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.

answering
MCP Document Converter
by xt765

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.

133 installs/wk local only

Content — questions

Answers built from our own checks of this server.

Why is there no uptime for Content?
Content runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package content-mcp was installed 1 061 times last week.
How do I connect Content?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls content-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Content?
The pypi package content-mcp was installed 1 061 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Content open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 8 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.