Introduction to the Tella MCP and how to set it up for video editing.
01:21
Exploring Editing Tools
02:42
Removing Silences
04:47
Adding Video Zooms
07:07
Automating with Skills
09:47
Review and Next Steps
Transcript
00:00
Hey everybody.
00:00
In this video, I'm gonna show you how you can set up and start using the Tella MCP to edit videos.
00:08
first thing you need to do is go to our docs.
00:10
Go to docs.tella.com, then click on Developers, then click on Model Context Protocol, and then you'll get some setup and authentication instructions for whichever AI tool you're using.
00:26
I'm using Claude Code, and so that's what I'm gonna be demoing today.
00:30
To start, just copy this command here, paste it into your terminal before you, even start running Claude Code, and that will add the config, to your, to your config file locally.
00:45
and then you'll need to authenticate.
00:48
So, if I jump into the terminal, I've already got the, the, the local config.
00:55
But then if I just run /MCP, you can see that I've got user MCP is Tella, and it says "Connected." If this wasn't connected, you would see that it says that it needs to be authenticated.
01:09
So then just hit Tella, and then that will prompt you to sign in to your Tella account on the web.
01:17
So, let's just open up the, the MCP server.
01:21
We can explore it like this.
01:23
We can view the tools, we can authenticate, clear authentication, reconnect, disable.
01:29
let's just view the tools, and then this is gonna let us navigate through all the different options we have.
01:36
if you go back into the docs, then you can sort of cross-check all of that stuff in here.
01:41
So you can explore what the MCP can do in the docs or directly from your command line.
01:46
The other thing you can do is you can just say, "Hey, tell me what edits I can make to videos using the..." If you're not super technical or super handy with the command line, which is the case for me, then I just like to ask, Claude to go and do these things for me, which it usually can.
02:17
so here's a good summary of the types of edits that we can do with the MCP.
02:24
Cutting clips, removing filler words.
02:26
We've got a bunch of visual edits like zooms and layouts.
02:30
you can add B-roll and things like that.
02:33
You can manage your videos.
02:34
The update that we're announcing today is around all of these editing tools, and so that's what I'm gonna show you, right now.
02:42
So let's go and grab a video and start making some edits.
02:45
this is a video that we're gonna edit, thirteen minutes long, screen and camera recording, one clip.
02:52
and so we can just copy the URL to, to our clipboard, and then we can jump back into the terminal and say, "Let's edit this.
03:04
Start by removing all the silences." and, that is then going to go through the MCP, figure out what tools it needs to use to make the changes we've asked for.
03:23
and in this case, because we're using the silence removal tool, it's probably gonna come back to us, with a, a request of how we wanna configure the silence removal.
03:36
Do we want it to remove, just a little bit of silence, or do we want it to remove a lot of silence and be a very aggressive, edit?
03:45
So I'll see you back here in a moment when it's finished thinking and, we can, wrap up this edit.
03:53
so it's done.
03:54
in this case, it didn't actually ask us for any follow-up, information.
03:59
It just went and removed the silences for us, which is fine.
04:03
it cut three minutes of, dead air, which is great.
04:07
That really cuts down our, our video and just shows how much, unneeded space we have in there.
04:13
and so now what we're gonna do is we're gonna jump into the editor to sort of verify what it's done and make sure all of that looks good.
04:21
So here in the cut tool, I've opened that up, and you can see on the timeline that it's removed all of the silences.
04:27
You can just see the areas with the waveform remaining.
04:31
And, if we want to, we can manually adjust this to clean up anything that maybe it did that we're not so happy with or we want to, to tweak.
04:41
But other than that, we're good to go.
04:44
That is our first edit done via the MCP.
04:47
Next thing we're gonna do is add some zooms to the MCP back in the terminal, you can actually see that it has prompted us to, decide if we want to add some, some zooms.
05:00
so we can just say, "Yeah, add some zooms to the video," and it's gonna go ahead and get to work on this change.
05:12
there are two different types of zooms.
05:14
You can just do the standard zoom and pick a focus point and a zoom level, or there are tracked zooms where it follows the movement of your cursor, and, and has a zoom level as well.
05:27
So, let's see what it comes back with, and which zooms it wants to add.
05:32
All right, it's done.
05:35
Added 11 zooms.
05:37
it went through the transcript to try and figure out, where some good places to add the zooms are.
05:47
So you can see it wanted to check if there were existing zooms and also check the transcript to, to figure out where to place them.
05:55
and, each of them is about six to nine seconds over substantial spoken segments.
06:06
Cool.
06:07
Okie doke.
06:08
So, now what we're gonna do is we're gonna jump into the editor, take another look, see what it's done and, and make sure that looks all good.
06:14
So let's switch to the zoom tool.
06:17
And here you can see we've got the first zoom added.
06:19
It's a auto zoom, so it tracks the movement of the cursor.
06:24
And if we zoom out now, you can see that it's added, some zooms throughout the full duration of the video.
06:32
And, as a quick eyeball, that looks okay.
06:36
Just like the trims and any other edit you make by the MCP, you can manually adjust it or tweak it here in the UI.
06:43
So you can use the agent as a starting point, and then you get to be kind of like a final, a final tweaker of, of the changes that it makes.
06:53
Now, editing videos via the MCP like this is fun, but it's actually more efficient to work in the UI, in the actual Tella editor when you want to make a change and review it visually and then iterate from there.
07:07
The power of the MCP is when you want to automate editing, so you don't have to do anything.
07:12
It can run in the background or when you want to do a lot of things at once.
07:16
And the best demonstration of this is with a skill.
07:20
Now, a skill is something that you can use in, Claude Code or Codex, which is basically a set of instructions that's saved in the file that you can then reference, and your agent will be able to follow all the instructions in the skill without you having to write them out every single time.
07:38
And the nice thing about them is that you can write really, really detailed instructions with lots of, logic around how the model, how the agent should, in this case, edit a video.
07:51
So I've made a very simple skill already, which, combines some common edits that I like to make to my videos, that builds off the couple of edits that we have already made.
08:02
So I am gonna say, "Use the clean edit skill," that's what the skill is called, "to edit this video." And I'll just paste in the link there.
08:14
This is the same video that we've been working on already, but I've reset all the edits we made before, and then the clean edit skill is going to, edit this again from scratch.
08:25
So when we type this in, it's gonna go and use that, skill and, and then get to work on that video.
08:32
So, I'll see you back here once it has finished its work, and we'll, review what it's done.
08:38
it's completed the edit.
08:41
it just did it in one go.
08:42
We didn't need to add, any extra info, which is what we want.
08:46
We wanna be able to, like, make a skill or an automation like this that can just run in the background, and we can come and check it when it's done or we're ready.
08:54
So you can see-- let's go and see what, what it's done.
08:58
loaded the video, inspected it, made sure it's got, all of its core info.
09:03
then it started working on, the cuts, which were to remove all the silences.
09:11
then if we jump down here, this is where it started adding the zooms.
09:17
so it has gone and looked for places to add zooms based on the transcript, and then decided to add thirteen, making sure that nothing overlapped.
09:30
and then it wrapped up the edit with a intro, of a camera-only shot for the fif- first five seconds and then-- and a, a same, layout of just the camera for the, the final five seconds.
09:44
and then kind of wraps it up here with a summary.
09:47
So let's jump back into the editor and then recap, all these changes visually.
09:53
So let's start by checking out the cut timeline, and here you can see it's removed all the silences.
09:59
Similar looking result to when we did this, edit individually.
10:04
Then if we jump to the zoom timeline, you can see it has added some zooms for us here as well, which is looking good.
10:11
And then the, thing you'll-- you might already notice is that instead of showing our screen in the first frame, it shows our camera.
10:20
and that's because it has added a camera-only layout for, for the intro, which then transitions into the screen plus camera one, and then we can just jump to the end of the, video to verify that we have the same thing for the outro, which is looking good there.
10:40
so we could make some adjustments or tweaks here, but, overall, that's looking really good.
10:46
That's a one-shot edit of a whole video using the Tella MCP.
10:52
From here, I'd recommend going deeper into the docs and getting a good understanding of all the different tools, that you can use.
11:00
I really just scratched the, the surface.
11:03
You can also just chat with your agent and figure out, what ki-- type of edits and, and things you can do like that, and then just experiment.
11:11
Try some stuff, have longer conversations with your agent around, the different types of, of edits you can make, and, and iterate on those edits.
11:21
And then when you find stuff that works and you get really nice results, save that as a skill you can then reuse, again later.
11:28
Thanks for tuning in.
11:29
As always, let us know what you think and, we'll talk again soon.
As soon as this black screen comes up with all the text I start getting a headache
Nathan AmaralJun 17, 2026
This sounds soooo good but the code and the terminal part is where I'm lost, who or where can we get someone to set this up?
A
AnonymousJun 16, 2026
Could you get the agent to edit and reformat the video that was shot in normal landscape, so it could be viewed in portrait (for social media) ... making appropriate zooms
Jorge Figuls GarcΓaJun 16, 2026
βGreat job! A skill library to save time and effort would be great.β
A
AnonymousJun 16, 2026
The big problem with all of the AI editing tools is that they look at the script from the small chunks of subtitle files that these tools generally create theyβre not looking at it as a whole document so I found a lot that if you have a word or two different between your texts it will not see them as being the same thing, even if you stumbled or mispronounce the word on the first take. But Iβve done in code is try to make a system where it looks at the whole document as one continuous document instead of breaking it down into parts. There was no real MCP connection to anything that could make any use of that, but I did build that in code. What would be really great if there was asystem here where it could look at the transcript and then read it like a single long document to do the cuts there instead of just at the smaller chunks because there would be a lot more continuity in the edit, especially if you could give Claude the original script so it can compare the texts
Alex ToraJun 16, 2026
Where can i find skill?
Justin BarrJun 16, 2026
This is fantastic, thank you for the examples. I've been on the trial, time to upgrade!
A
Adrien JourdanJun 16, 2026
I'd like to get skills examples or at least your "clean skill" to get an idea of how to set it up exactly.
M
Marie XhauflairJun 16, 2026
Nice!
Ambitious LabsJun 16, 2026
Pretty cool, I was just starting to include Tella API as skills. I am excited to see how this becomes a powerhouse as models get more affordable for processing and analyzing videos.
A
AnonymousJun 16, 2026
Looks awesome. Next, link in Claude design to auto gen some simple animations, section title cards, on-screen text etc. and figure out how I can have it pull from a series of 5-10 files for background music, at youβll have a customer probably for life
A
AnonymousJun 16, 2026
Perfect timing! Exactly what I've been waiting for πͺ. Thanks Grant and Tella Team.
https://supercut.ai/share/float/JSxwCCN6zswkMLsHMssZq1