Rendobar MCP Server

Rendobar MCP Server

Official MCP server for Rendobar. Lets AI agents run serverless media processing and upload local files.

Category
访问服务器

README

<p align="center"> <a href="https://rendobar.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.rendobar.com/assets/brand/logo-mark.svg"> <img alt="Rendobar" src="https://cdn.rendobar.com/assets/brand/logo-mark-black.svg" width="80"> </picture> </a> </p>

<h1 align="center">@rendobar/mcp</h1>

<p align="center"> <strong>Serverless media processing for AI agents.</strong><br> The official Model Context Protocol server for Rendobar. </p>

<p align="center"> <a href="https://rendobar.com">Website</a>  ·  <a href="https://rendobar.com/docs/mcp/">MCP docs</a>  ·  <a href="https://www.npmjs.com/package/@rendobar/mcp">npm</a>  ·  <a href="https://discord.gg/kAGqjBzx8N">Discord</a> </p>

<p align="center"> <a href="https://www.npmjs.com/package/@rendobar/mcp"><img src="https://img.shields.io/npm/v/@rendobar/mcp?style=flat-square&color=059669&label=npm" alt="npm version"></a> <a href="https://www.npmjs.com/package/@rendobar/mcp"><img src="https://img.shields.io/npm/dm/@rendobar/mcp?style=flat-square&color=059669" alt="npm downloads"></a> <img src="https://img.shields.io/npm/l/@rendobar/mcp?style=flat-square&color=059669" alt="MIT license"> <img src="https://img.shields.io/node/v/@rendobar/mcp?style=flat-square&color=059669" alt="Node version"> </p>


@rendobar/mcp is the official Model Context Protocol server for Rendobar. It lets AI agents in Claude Desktop, Cursor, Cline, Windsurf, Zed, VS Code, Claude Code, and Continue submit Rendobar jobs and upload local files in a single tool call.

The difference from the hosted MCP at api.rendobar.com: this server runs locally, so it can read and upload files straight from your machine. An agent can take a video on your disk, run an FFmpeg job on it, and hand back the result without you touching a browser.

Install

You don't install it. Configure your MCP client to spawn it via npx.

Get an API key

Sign up at app.rendobar.com → Settings → API Keys.

Configure your client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "rendobar": {
      "command": "npx",
      "args": ["-y", "@rendobar/mcp"],
      "env": { "RENDOBAR_API_KEY": "rb_..." }
    }
  }
}

Restart Claude Desktop.

Cursor

Edit ~/.cursor/mcp.json or <project>/.cursor/mcp.json. Same schema as Claude Desktop.

Cline (VS Code extension)

Open Cline's MCP panel → Configure → paste the same mcpServers block.

Windsurf

Edit ~/.codeium/windsurf/mcp_config.json. Same schema.

Zed

Edit ~/.config/zed/settings.json:

{
  "context_servers": {
    "rendobar": {
      "source": "custom",
      "command": "npx",
      "args": ["-y", "@rendobar/mcp"],
      "env": { "RENDOBAR_API_KEY": "rb_..." }
    }
  }
}

VS Code (1.101+)

Edit .vscode/mcp.json:

{
  "servers": {
    "rendobar": {
      "command": "npx",
      "args": ["-y", "@rendobar/mcp"],
      "env": { "RENDOBAR_API_KEY": "${input:rendobarKey}" }
    }
  },
  "inputs": [{ "id": "rendobarKey", "type": "promptString", "password": true, "description": "Rendobar API Key" }]
}

Claude Code (terminal)

claude mcp add rendobar -s user --env RENDOBAR_API_KEY=rb_... -- npx -y @rendobar/mcp

Continue

Create .continue/mcpServers/rendobar.yaml:

type: stdio
command: npx
args: ["-y", "@rendobar/mcp"]
env:
  RENDOBAR_API_KEY: rb_...

Tools

Tool Purpose
upload_file Upload a local file. Returns a download URL to use in submit_job.
submit_job Submit any Rendobar job. Description lists active job types.
get_job Poll job status, fetch result.
list_jobs List recent jobs.
cancel_job Cancel a waiting/dispatched job.
get_account Check balance, plan limits, active job count.

Local vs hosted MCP

@rendobar/mcp (this package) Hosted MCP (api.rendobar.com)
Transport stdio, spawned by your client Streamable HTTP
Local file upload Yes, the whole point No, server has no disk
Setup npx line in a config file Bearer API key over HTTP
Best for Claude Desktop, Cursor, Cline, Zed, local agents claude.ai web, ChatGPT, hosted gateways

Authentication

Three sources, first match wins:

  1. --api-key=<key> flag
  2. RENDOBAR_API_KEY environment variable
  3. ~/.config/rendobar/credentials.json (Unix) / %APPDATA%\rendobar\credentials.json (Windows), written by Rendobar CLI's rb login (CLI v1.1+)

Troubleshooting

Cursor on macOS (Dock launch) can't find npx

Cursor launched from the Dock has the GUI PATH, not the shell PATH. Use the absolute path to npx in your mcp.json:

"command": "/Users/you/.nvm/versions/node/v20.x/bin/npx"

Windows: npx not found

Use "command": "npx.cmd" instead of "command": "npx" if your client doesn't auto-resolve.

Server fails to start

Check logs in your client's output panel. The server writes JSON lines to stderr. Look for entries with level: "error".

Contributing

See CONTRIBUTING.md. For AI-assisted development, see AGENTS.md and CLAUDE.md.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选