HomeDesign & Media › Content

Content

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

Python
★ 11 stars Last pushed 2026-09-22 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.8.5)

uvx content-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "content": {
      "command": "uvx",
      "args": [
        "content-mcp"
      ],
      "env": {
        "CONTENT_API_URL": "<YOUR_VALUE>",
        "CONTENT_MCP_DOWNLOAD_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • CONTENT_API_URL — Base URL of your running Content engine (the REST API this server drives).
  • CONTENT_MCP_DOWNLOAD_DIR — The only directory this server may write downloaded artifacts to.

Related servers

Data from the Official MCP Registry