Upload videos, manage channels, track analytics, and organize playlists — all through natural language. One MCP server, any AI client.
Capabilities
Upload local video files, link external URLs, generate embed codes, and manage all video metadata — titles, descriptions, tags, thumbnails, and visibility settings.
Architecture
The open.video MCP server sits between your AI tools and your publishing account. Claude, Cursor, Windsurf, or any MCP-compatible client gets instant access through a single authenticated connection.

Setup
Choose your AI client and follow the steps. No API keys needed.
Add the open.video MCP server to your MCP config file.
Add this to your MCP config:
{
"mcpServers": {
"open-video": {
"url": "https://mcp.open.video/mcp"
}
}
}For local file uploads, add the Upload Helper as a second server:
{
"mcpServers": {
"open-video": {
"url": "https://mcp.open.video/mcp"
},
"open-video-upload": {
"command": "npx",
"args": ["-y", "open-video-mcp", "--upload-helper"]
}
}
}Call list_channels to verify the connection and complete sign-in.
Tools
A growing set of tools to manage every aspect of your video platform.
upload_videoUpload a local video file with metadatalink_videoLink an external video URL to your channelget_embed_codeGenerate an embed code for any videoupdate_videoUpdate title, description, tags, and settingsdelete_videoRemove a video from your channellist_videosList and filter videos on your channellist_channelsList all channels on your accountget_channelGet detailed channel informationupdate_channelUpdate channel info and settingsupload_channel_imageUpload branding images for your channelget_analyticsFetch views, engagement, and performance metricsget_video_statusCheck processing and publish statuscreate_playlistCreate a new playlistupdate_playlistEdit playlist metadata and orderingadd_to_playlistAdd videos to a playlistlist_playlistsList all playlists on your channelSign up for an open.video account, create your channel, and connect it to your AI workflow in minutes. No credit card required.