HomeDesign & Media › Rendobar

Rendobar

Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.

Official TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-22 License: MIT

Topics: Multimedia Process

Connect

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

Remote (streamable-http)

https://api.rendobar.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://api.rendobar.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.rendobar.com/mcp"
    }
  }
}

Package (npm 1.12.1)

npx -y @rendobar/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rendobar/[email protected]"
      ],
      "env": {
        "RENDOBAR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • RENDOBAR_API_KEY secret — Rendobar API key (starts with 'rb_'). Get one at https://app.rendobar.com/settings/api-keys. The server starts without it so tools can be listed, but tool calls require it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry