Tellers Ai MCP MCP Server

MCP server for Tellers — AI-powered video creation and editing

Local serverstdio

What is the Tellers Ai MCP MCP server?

Connect Tellers Ai MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Tellers — AI-powered video creation and editing. The tellers ai mcp mcp server is what makes that connection.

What the server does

Describe the video you want in plain language. The server handles everything else — generation, editing, exporting, and sharing.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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

Credentials and setup notes

Configuration is passed through the environment: TELLERS_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js 18+ - A Tellers account with an API key (app.tellers.ai → user menu → API keys → Create new)

Installation

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Tellers Ai MCP's toolset — tellers_generateVideo, tellers_uploadMedia, tellers_exportProject and 5 more — is a fair guide to whether it matches your workflow. It is maintained by tellers-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Tellers Ai MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
tellers_generateVideoCreate or edit a video from a natural-language prompt
tellers_uploadMediaUpload a local file to use as source footage
tellers_exportProjectRender a project to a downloadable MP4
tellers_makeAssetPublicPublish an asset and get a shareable preview link
tellers_listRecentAssetsBrowse your recent assets and exports
tellers_listChatsList recent generation sessions
tellers_getChatMessagesView the message history of a session
tellers_getSettingsInspect available AI models and account configuration

How to install the Tellers Ai MCP MCP server

{
  "mcpServers": {
    "tellers-ai": {
      "command": "npx",
      "args": ["-y", "npm"],
      "env": {
        "TELLERS_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ - A Tellers account with an API key (app.tellers.ai → user menu → API keys → Create new)
VariableDescriptionRequired
TELLERS_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Tellers Ai MCP to tellers generateVideo.
  • Use Tellers Ai MCP to tellers uploadMedia.
  • Use Tellers Ai MCP to tellers exportProject.

Frequently asked questions

It connects Tellers Ai MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (tellers_generateVideo, tellers_uploadMedia, tellers_exportProject, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Tellers Ai MCP directly.