How to Use the Cloudflare Stream MCP in Cursor
Let Cursor generate code using live production data from Cloudflare Stream via active MCP tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cloudflare Stream MCP to Cursor
Create your Vinkius account to connect Cloudflare Stream 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.
Build live streaming interfaces inside Cursor
This MCP Server uses `create_live_input` and `create_live_output` to inject real streaming endpoints directly into your codebase. Cursor calls these tools to fetch active RTMP URLs and writes the exact frontend player code you need. Instead of writing code with dummy stream URLs, the editor uses live data to populate your React or Vue components. You get working video players on the first try because the agent knows the exact status of your active feeds.
Write video upload scripts with the Cursor MCP Server
This MCP Server uses `initiate_upload` and `edit_video` to help you draft and test video ingestion pipelines. Cursor executes the tools to check the TUS protocol requirements, then writes the backend Node.js or Python upload script for you. You can ask the agent to list your last 10 videos using `list_videos` to verify that your metadata fields match your code's interface. This prevents runtime typing errors when parsing Cloudflare's API responses in your application.
Implement secure token signing in your editor
This MCP Server runs `create_signing_key` and `list_signing_keys` to help you secure your video delivery. Cursor retrieves your active signing keys and writes the token-generation logic directly into your serverless functions. You don't have to copy-paste key IDs from a browser tab into your config. The agent fetches the key details and inserts them directly into your local configuration files.
Set up Cloudflare Stream 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 Cloudflare Stream 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 Cloudflare Stream transactions." If the MCP tools are loaded correctly, Cursor will call the Cloudflare Stream tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cloudflare-stream-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 Cloudflare Stream. 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 Cloudflare Stream MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cloudflare Stream MCP today
We host it, we monitor it, we maintain it. You just paste one token.