4,500+ servers built on MCP Fusion
Vinkius
Vidyard logo
Vinkius
CrewAI logo

How to Use the Vidyard MCP in CrewAI

Run autonomous Vidyard operations and asset management using CrewAI multi-agent teams.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Vidyard MCP on Cursor AI Code Editor MCP Client Vidyard MCP on Claude Desktop App MCP Integration Vidyard MCP on OpenAI Agents SDK MCP Compatible Vidyard MCP on Visual Studio Code MCP Extension Client Vidyard MCP on GitHub Copilot AI Agent MCP Integration Vidyard MCP on Google Gemini AI MCP Integration Vidyard MCP on Lovable AI Development MCP Client Vidyard MCP on Mistral AI Agents MCP Compatible Vidyard MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Vidyard MCP to CrewAI

Create your Vinkius account to connect Vidyard to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Asset Coordination

You can assign one agent to `list_videos` (the Researcher) and another to analyze the results. A third Agent then takes action, calling `attach_video_to_player` using the IDs found by the first two. This hierarchical execution allows a monitor agent to watch the entire session while ensuring no critical steps are skipped.

Managing Player Containers in Teams

Need to update a title? Have one agent call `get_player_details` to verify the current name, and another calls `update_player_name` to execute the change. If the player is finished, you can assign an agent to run `delete_video_player`, leaving the core video assets alone.

Source Retrieval for Multiple Roles

A 'Media Specialist' agent handles getting stream URLs using `get_video_source_files`. Another specialized agent can then use these links to build a report. For general discovery, the team can run `list_video_players` and `list_videos`, giving full visibility into all content.

Setup guide

Set up Vidyard MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Vidyard tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Vidyard Analyst",
    goal="Access and analyze Vidyard data via MCP.",
    backstory="Expert analyst with direct Vidyard access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Vidyard transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Vidyard MCP in CrewAI

You assign roles: one agent researches available videos using `list_videos`. Another analyzes the metadata via `get_video_details`, and a third executes the required change.
The process is irreversible. If an agent successfully calls `delete_video_asset` or `delete_video_player`, that data is gone from the platform.
This MCP Server touches technical video metadata, asset IDs, player container names, and stream URLs. It does not handle user private account information.
Yes. You can run `get_player_details` on a known ID, or have the team list all players using `list_video_players` before making any changes.
The agent uses `get_video_source_files`. This pulls the direct links (like 480p or 720p) needed to embed the video.

Start using the Vidyard MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Vidyard. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.