How to Use the EX.CO Video Experience MCP in Cursor
Write code and inject real-time EX.CO Video Experience analytics directly into your Cursor editor workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect EX.CO Video Experience MCP to Cursor
Create your Vinkius account to connect EX.CO Video Experience to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with real EX.CO Video Experience data
Stop writing code against mock payloads or outdated stubs. When you write video player integrations in Cursor, this MCP Server lets your agent call `get_video_detailed_data` to pull your actual video metadata directly into your active file. This means you can write precise frontend components or backend sync scripts based on real JSON structures. Your agent uses `get_content_detailed_intelligence` to reference actual payload schemas, ensuring your code works the first time you deploy.
Audit video distribution channels inside Cursor
Debug your video distribution setups without leaving your code editor. Your agent uses `list_video_distribution_channels` to inspect your active endpoints, letting you verify channel IDs and configurations while you build your media application. If you need to check account constraints, the agent queries `get_ex_co_account_metadata` to grab your rate limits. This keeps your API calls optimized and prevents unexpected runtime errors in your video integration code.
Verify published assets while coding
Make sure your application references active videos by pulling real-time statuses. The agent executes `list_successfully_published_videos` to compile a clean list of live assets, which you can immediately format into your database seeds or configuration arrays. You can also use `list_video_playlists` to map out your feed structures. This makes it simple to build dynamic video carousels or custom players in Cursor using actual production data.
Set up EX.CO Video Experience MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the EX.CO Video Experience MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent EX.CO Video Experience transactions." If the MCP tools are loaded correctly, Cursor will call the EX.CO Video Experience tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"exco-video-experience-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by EX.CO Video Experience. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 EX.CO Video Experience MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the EX.CO Video Experience MCP today
We host it, we monitor it, we maintain it. You just paste one token.