How to Use the Livepeer (Decentralized Video) MCP in Cursor
Generate code and manage your Livepeer decentralized video pipeline inside Cursor with this real-time MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Livepeer (Decentralized Video) MCP to Cursor
Create your Vinkius account to connect Livepeer (Decentralized Video) 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 features directly inside Cursor
The `create_stream` tool allows your Cursor agent to spin up live broadcasts while you write the frontend player code. Your agent can immediately retrieve the stream keys and ingest URLs, inserting them directly into your configuration files. To make testing easier, the agent can call `get_stream` to verify the connection status. This eliminates the need to jump back and forth between your code editor and a web console.
Generate functional video player code using this MCP Server
The `get_playback_info` tool fetches the exact playback URLs and stream protocols required for your React or native players. Your Cursor agent uses this live data to write functional, tested video player components instead of relying on placeholder URLs. If you need to support multi-platform streaming, the agent can run `create_multistream_target` to configure destinations like Twitch. It writes the exact integration logic based on live API responses.
Automate asset ingestion and transcode workflows
The `request_asset_upload` tool lets your agent set up direct video upload endpoints while you build the upload UI. Your agent can write the file-handling logic and immediately test it using real upload URLs returned by the server. You can also have the agent call `create_transcode_job` to test your background processing pipelines. It handles the asset lifecycle from `list_assets` to `delete_asset` directly within your workspace terminal.
Set up Livepeer (Decentralized Video) 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 Livepeer (Decentralized Video) 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 Livepeer (Decentralized Video) transactions." If the MCP tools are loaded correctly, Cursor will call the Livepeer (Decentralized Video) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"livepeer-decentralized-video-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 Livepeer. 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 Livepeer (Decentralized Video) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Livepeer (Decentralized Video) MCP today
We host it, we monitor it, we maintain it. You just paste one token.