Qencode Connector for AI agents.
11 live capabilities
Manage video transcoding and live streaming from your terminal.
Waiting for input…
Why people use Qencode
Qencode Video Transcoding for Content Platforms
Qencode changes that by bringing those actions into your agent. You can just ask your agent to start an encode or add a simulcast target. You get a unified way to manage your entire video pipeline without ever leaving your primary workspace.
What Vinkius changes
You get a voice-controlled dashboard for your entire video infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk Transcoding
A video editor needs to convert 50 files.
- Real-world use case 02
Multi-Platform Stream
A streamer wants to go live on three platforms.
- Real-world use case 03
Status Tracking
A dev wants to know if a video is ready.
Complete set · 11capabilities
The complete Qencode capability set.
These are the exact actions your AI can choose when you ask it to work with Qencode.
01—04
4 capabilities in this set.
Part of 11 available through Qencode.
- 01 Capability
Add simulcast target
Connects a new platform like Twitch to your active live feed. This lets you reach more viewers at once.
- 02 Capability
Create domain
Sets up a new custom CDN domain for your video content. Use this to manage your delivery infrastructure.
- 03 Capability
Create live stream
Sets up a new live stream entry using a live access token. This prepares your broadcast configuration.
- 04 Capability
Create task
Initializes a new video transcoding job in the queue. This helps you manage large batches of video files.
05—08
4 capabilities in this set.
Part of 11 available through Qencode.
- 05 Capability
Get access token
Fetches a session token required for starting transcoding jobs. You need this before you can begin encoding.
- 06 Capability
Get live access token
Retrieves the necessary token to begin a live broadcast. This is the first step for going live.
- 07 Capability
Get task status
Shows the current progress of one or more transcoding jobs. You can see exactly where your files are in the queue.
- 08 Capability
Start encode
Triggers a transcoding job with your specific parameters. This starts the actual processing of your video.
09—11
3 capabilities in this set.
Part of 11 available through Qencode.
- 09 Capability
Start live stream
Begins the live broadcast for a configured stream. Use this to go live instantly.
- 10 Capability
Stop live stream
Ends a running live broadcast immediately. This is useful for closing a stream exactly when you want to.
- 11 Capability
Update live stream
Changes the configuration of an existing live stream. This lets you adjust settings on the fly.
Set up in minutes
One URL. Then ask Qencode to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Qencode 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_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Qencode for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode URL.
- Step 03
Save and start
Save the connection and enable Qencode in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"qencode": {
"url": "https://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode
Open Agent mode in chat and ask: "Using Qencode, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"qencode": {
"url": "https://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode
Ask Copilot: "Using Qencode, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"qencode": {
"url": "https://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode
Open Cascade and ask: "Using Qencode, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"qencode": {
"url": "https://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode
Ask Cline: "Using Qencode, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add qencode --transport http "https://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/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 Qencode
Ask Claude: "Using Qencode, show me...". 11 tools are ready
Where the request belongs
Work Qencode can move forward.
This is for anyone who handles high-volume video assets and hates manual dashboard management. It's for the person who needs to move fast without getting bogged down in technical configuration.
Video Engineer
Automates repetitive transcoding jobs and monitors queues from the terminal.
Content Platform Manager
Orchestrates live streaming infrastructure and simulcasting for large audiences.
Product Developer
Integrates real-time video processing status directly into internal capabilities.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsQencode
Automate video transcoding and live streaming via Qencode. manage tasks, start encodings, and orchestrate live streams directly from any AI agent.
ByteNite
Manage distributed video encoding via ByteNite. track jobs, use encoding templates, and monitor performance directly from any AI agent.
Mux
Manage video assets and live streams via Mux. create assets and track performance directly from your AI agent.
api.video
Host, encode, and stream video content with a developer-first API that handles everything from upload to playback.
Gumlet
Optimize images and stream video with automatic format conversion, lazy loading, and CDN delivery that loads pages faster.
Storage Bitrate Balancer
Calculate maximum allowed video bitrates and estimated file sizes with a 10% safety margin.
Bring your own AI
Change the model, client or framework. Keep Qencode 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 Qencode.
The practical details behind the request, access and result.
Can I use Qencode to stream to multiple sites?
Yes, you can use the simulcast capabilities to send your live feed to places like YouTube and Twitch at the same time.
Does this support different streaming protocols?
It supports RTMP, WebRTC, and SRT, so you can choose the one that fits your setup best.
How do I know if my video is done encoding?
You can ask your agent to check the status of any task, and it will tell you the current progress and completion status.
Can I manage my CDN domains through the agent?
Yes, you can create new custom CDN domains directly through your agent to manage your video delivery.
Is this good for high-volume video processing?
It's built for that. You can automate the creation of transcoding tasks to handle large batches of video assets.
What happens if I need to change my stream settings?
You can change your settings like DVR configurations or other stream details without restarting the live broadcast.
How can I check if my video is finished encoding?
Use the get_task_status capability with your task tokens. It returns the current state such as 'downloading', 'encoding', 'saving', or 'completed' for one or more tasks.
Can I stream to multiple platforms like YouTube and Twitch at once?
Yes! First create a stream with create_live_stream, then use add_simulcast_target to add external destinations to your live feed.
Do I need to get an access token before every transcoding task?
Yes, you must call get_access_token to receive a session-based token required by the create_task capability. For live streaming, use get_live_access_token instead.
One connection away
Give your agent a direct line to Qencode.
Connect Qencode once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available