Tellers.AI - Prompt Based Video Editing
Give video editing skills to your agent
Tellers MCP Server
An MCP server that brings Tellers AI video creation into any MCP-compatible client (Claude Desktop, Cursor, etc.).
Describe the video you want in plain language. The server handles everything else — generation, editing, exporting, and sharing.
Prerequisites
- Node.js 18+
- A Tellers account with an API key (app.tellers.ai → user menu → API keys → Create new)
Setup
npm install
npm run build
Configuration
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tellers": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/build/index.js"],
"env": {
"TELLERS_API_KEY": "sk_..."
}
}
}
}
The config file is located at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop after saving.
Available Tools
| Tool | Description |
|---|---|
tellers_generateVideo | Create or edit a video from a natural-language prompt |
tellers_uploadMedia | Upload a local file to use as source footage |
tellers_exportProject | Render a project to a downloadable MP4 |
tellers_makeAssetPublic | Publish an asset and get a shareable preview link |
tellers_listRecentAssets | Browse your recent assets and exports |
tellers_listChats | List recent generation sessions |
tellers_getChatMessages | View the message history of a session |
tellers_getSettings | Inspect available AI models and account configuration |
Usage Examples
Generate a video from scratch:
"Create a 30-second product highlight reel with upbeat music"
Edit uploaded footage:
Upload your clips with
tellers_uploadMedia, then: "Cut this footage to 60 seconds, add text overlays, and color grade it warm"
Export and share:
Call
tellers_exportProjectwith the project ID, thentellers_makeAssetPublicto get a shareable link.
Resume a session:
Pass the
chat_idfrom a previoustellers_generateVideocall to continue refining the same project.
Credits
Operations consume Tellers credits. New accounts receive starter credits. Top up at app.tellers.ai.
Serveurs connexes
Todoist
Manage your Todoist tasks and projects using the Todoist Python API.
Browser MCP
Automate your local browser
Google Sheets MCP
A server for interacting with Google Sheets, allowing you to read, write, and manage spreadsheet data.
SWOTPal — SWOT Analysis
Generate SWOT analyses, competitive comparisons, and browse 100+ pre-built industry examples for any company, brand, or topic. Supports 12 languages.
Calculator
Performs a wide range of mathematical calculations, including basic arithmetic, advanced operations, trigonometry, and safe expression evaluation.
Claude Desktop MCP
An MCP server for integrating with the Claude Desktop application on macOS. Requires the Claude Desktop app to be installed and configured.
Web Whiteboard
A web-based whiteboard for displaying output from Chatbots and LLMs.
Hedera Toolbox
Production MCP server giving AI agents metered access to live Hedera blockchain data. Query token prices, screen identities, monitor governance, write tamper-evident HCS compliance records, and analyze smart contracts — all paid in HBAR micropayments per call.
GoPluto AI MCP
MCP for quick human experts
Quip MCP Server
An MCP server for performing document operations on Quip, enabling direct interaction from AI assistants.