SproutVideo Connector for AI agents.
11 live capabilities
Manage your video hosting library and playlists with natural language.
Waiting for input…
Why people use SproutVideo
SproutVideo Video Hosting Management
This Connector lets you skip the dashboard entirely. You can tell your agent to find every video with a specific tag and update its description in one go. You get a direct line to your video library, turning a manual chore into a quick conversation.
What Vinkius changes
You get a conversational interface for your entire SproutVideo library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Grouping tutorial videos into a series
A marketing manager needs to group 20 tutorial videos into a 'Getting Started' series.
- Real-world use case 02
Identifying high drop-off rates
An analyst needs to know which videos have the highest drop-off rates.
- Real-world use case 03
Renaming a batch of videos for branding
A content creator wants to rename a batch of videos for a new branding.
Complete set · 11capabilities
The complete SproutVideo capability set.
These are the exact actions your AI can choose when you ask it to work with SproutVideo.
01—04
4 capabilities in this set.
Part of 11 available through SproutVideo.
- 01 Capability
Create playlist
Create a new video playlist. This lets you group your content into organized series.
- 02 Capability
Get account
Get account information and usage. You can check your storage limits and status.
- 03 Capability
Get playlist
Get details for a specific playlist. This helps you see exactly which videos are included.
- 04 Capability
Get video analytics
Get analytics for a specific video. Use this to see view counts and engagement.
05—08
4 capabilities in this set.
Part of 11 available through SproutVideo.
- 05 Capability
List folders
List all video folders. This helps you see the overall structure of your library.
- 06 Capability
Delete video
Delete a video. Use this to remove old content and free up storage space.
- 07 Capability
Get video details
Get details for a specific video. This pulls the metadata and info for a single file.
- 08 Capability
List playlists
List video playlists. This gives you a full overview of all your current groups.
09—11
3 capabilities in this set.
Part of 11 available through SproutVideo.
- 09 Capability
List video tags
List video tags. Use this to see how your content is categorized across the library.
- 10 Capability
List videos
List SproutVideo videos. This retrieves a full list of every video in your account.
- 11 Capability
Update video metadata
Update video details. This lets you change titles and descriptions for your content.
Set up in minutes
One URL. Then ask SproutVideo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SproutVideo from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SproutVideo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SproutVideo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SproutVideo URL.
- Step 03
Save and start
Save the connection and enable SproutVideo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sproutvideo": {
"url": "https://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SproutVideo
Open Agent mode in chat and ask: "Using SproutVideo, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sproutvideo": {
"url": "https://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SproutVideo
Ask Copilot: "Using SproutVideo, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sproutvideo": {
"url": "https://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SproutVideo
Open Cascade and ask: "Using SproutVideo, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sproutvideo": {
"url": "https://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SproutVideo
Ask Cline: "Using SproutVideo, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sproutvideo --transport http "https://edge.vinkius.com/vk_preview_FmZ2TJyCh5cxvD43UBJ8zBhUsR66MqQvJjTsH3rl/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SproutVideo
Ask Claude: "Using SproutVideo, show me...". 11 tools are ready
Where the request belongs
Work SproutVideo can move forward.
Content managers who are drowning in video files and need a faster way to organize and audit their library without manual data entry.
Video Marketing Manager
Organizing seasonal playlists and checking engagement stats on a Tuesday afternoon.
Content Strategist
Auditing tags and metadata to ensure consistent SEO across the library.
Operations Lead
Cleaning up old storage and managing account usage limits.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTeyuto
Build your own video streaming platform with monetization, audience analytics, and content management for video creators.
Vimeo
Manage your Vimeo account. audit videos, folders, and showcases via AI.
MediaSilo (Legacy)
Share and review video content with creative teams using secure media workspaces, annotations, and approval workflows.
Frame.io
Collaborate on video, manage creative assets, and track comments via AI agents with Frame.io.
Dailymotion
Manage video hosting via Dailymotion. upload and publish videos, track view counts, manage playlists, and search public content directly from any AI agent.
Vidyard
Manage video assets, players, and hosting on Vidyard. the leading video messaging platform for business.
Bring your own AI
Change the model, client or framework. Keep SproutVideo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SproutVideo.
The practical details behind the request, access and result.
Can I use the SproutVideo MCP to organize my video library?
Yes, you can use it to create new playlists and group your existing videos by theme, series, or campaign without leaving your AI client.
How does the SproutVideo MCP help with video analytics?
It pulls real-time playback stats and engagement data for specific videos, letting you see what content is performing best.
Can I update video titles using the SproutVideo MCP?
Yes, you can use it to update titles, descriptions, and tags for your videos in bulk or individually through natural conversation.
Does the SproutVideo MCP help with storage management?
It helps you manage storage by letting you list all your videos and identify or delete redundant files to free up space.
Is the SproutVideo MCP useful for content marketing?
It is highly effective for marketing teams who need to manage large libraries, audit metadata for SEO, and monitor video performance.
Can I see my video tags with the SproutVideo MCP?
Yes, you can query your entire library to see all the tags currently in use, which helps you identify gaps in your content organization.
Can I list all my hosted videos using my AI agent?
Yes! Use the list_videos capability to retrieve a comprehensive list of all videos currently hosted in your account.
One connection away
Give your agent a direct line to SproutVideo.
Connect SproutVideo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available