Wistia Connector for AI agents.
9 live capabilities
Manage video marketing assets and engagement stats through natural conversation.
Waiting for input…
Why people use Wistia
Wistia for Video Marketing Management
With this Connector, you just tell your agent what you need. You can ask it to group videos into new folders or tell it to update the titles of your latest demos. Instead of navigating menus, you get the data or perform the action directly in your chat.
What Vinkius changes
You get a conversational interface for your entire Wistia video library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Organizing a new campaign
A marketing manager asks the agent to create a 'Q4 Product Launch' project and move 10 videos into it using create_project.
- Real-world use case 02
Quick status check
A producer asks for the play count on a specific demo video to see if it is getting traction using get_video_stats.
- Real-world use case 03
Batch metadata update
A team lead asks the agent to update the descriptions of all videos in a specific folder to include a new link using update_video_details.
Complete set · 9capabilities
The complete Wistia capability set.
These are the exact actions your AI can choose when you ask it to work with Wistia.
01—03
3 capabilities in this set.
Part of 9 available through Wistia.
- 01 Capability
List video captions
See all captions attached to a specific video. This helps you check if your accessibility files are correctly uploaded.
- 02 Capability
List videos
Get a full list of all videos in your account. Use this to quickly see what content you currently have hosted.
- 03 Capability
List projects
See all your current project folders. This helps you understand how your media is organized at a glance.
04—06
3 capabilities in this set.
Part of 9 available through Wistia.
- 04 Capability
Update video details
Change the title or description of a video. This makes it easy to keep your metadata current as campaigns evolve.
- 05 Capability
Create project
Make a new folder for your videos. Use this to group content by campaign or department instantly.
- 06 Capability
Get account analytics
Pull a high level summary of your entire account's performance. This is perfect for getting a quick pulse on your video marketing.
07—09
3 capabilities in this set.
Part of 9 available through Wistia.
- 07 Capability
Get video details
Get specific metadata for a single video. Use this when you need to know the exact status or description of a file.
- 08 Capability
Get project details
See the details of a specific project folder. This helps you see how many videos are grouped in a particular category.
- 09 Capability
Get video stats
Get the engagement numbers for one specific video. Use this to see play counts and visitor data for a single asset.
Set up in minutes
One URL. Then ask Wistia to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Wistia 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_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Wistia for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia URL.
- Step 03
Save and start
Save the connection and enable Wistia in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"wistia-alternative": {
"url": "https://edge.vinkius.com/vk_preview_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia
Open Agent mode in chat and ask: "Using Wistia, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"wistia-alternative": {
"url": "https://edge.vinkius.com/vk_preview_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia
Ask Copilot: "Using Wistia, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"wistia-alternative": {
"url": "https://edge.vinkius.com/vk_preview_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia
Open Cascade and ask: "Using Wistia, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"wistia-alternative": {
"url": "https://edge.vinkius.com/vk_preview_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia
Ask Cline: "Using Wistia, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add wistia-alternative --transport http "https://edge.vinkius.com/vk_preview_qSANNcs92k0p0J9zAwUKyThUyAxFApoVeObULuqK/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 Wistia
Ask Claude: "Using Wistia, show me...". 9 tools are ready
Where the request belongs
Work Wistia can move forward.
This is for marketing teams who are drowning in video assets and need a faster way to organize and monitor them. It's for the video producer who needs to update links quickly and the analyst who wants stats without the manual export.
Marketing Manager
Organizing campaign folders and checking engagement stats on a Tuesday afternoon.
Video Producer
Updating titles and fetching thumbnail URLs for new content releases.
Business Analyst
Pulling account-wide performance reports to see which videos drive the most traffic.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWistia
Manage videos, projects, and performance analytics on Wistia with AI agents.
Cincopa
Manage video and media galleries via Cincopa. track assets, trigger uploads, and monitor engagement directly from any AI agent.
Vidyard
Manage video assets, players, and hosting on Vidyard. the leading video messaging platform for business.
Videco
Create and manage personalized videos via Videco u2014 launch campaigns, capture leads, and track analytics from your AI agent.
SproutVideo
Automate video hosting and management via SproutVideo. manage videos, playlists, and analytics directly from any AI agent.
Uscreen
Launch your own video streaming service with membership management, mobile apps, and monetization capabilities for content creators.
Bring your own AI
Change the model, client or framework. Keep Wistia 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 Wistia.
The practical details behind the request, access and result.
Can I use Wistia MCP to organize my video folders?
Yes, you can ask your agent to create new projects and organize your media into specific folders using natural language.
How do I get my video play counts with this Connector?
Your agent can pull real-time engagement stats for any specific video in your library, showing you plays and visitor data.
Can I update my video titles using my AI agent?
Absolutely. You can tell your agent to modify titles, descriptions, and other metadata for any video in your account.
Does Wistia MCP work for my whole account?
Yes, it connects to your entire Wistia account, allowing you to see account-wide analytics and manage all your hosted assets.
How do I connect Wistia to my AI client?
You just need your Wistia API Token. Once you have that, you can connect the Connector through Vinkius to your favorite AI client.
Can I see my video captions through the agent?
Yes, your agent can list and check the captions attached to your videos to ensure your content is accessible.
How do I find my Wistia API Token?
Log in to Wistia, navigate to Account Settings > API, and generate a new token or copy an existing one from the list.
What is a 'hashed_id'?
A hashed_id is a unique, short identifier assigned to every video and project in Wistia, typically found in the URL when viewing an asset.
One connection away
Give your agent a direct line to Wistia.
Connect Wistia once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available