ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Qencode with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate video transcoding and live streaming via Qencode. manage tasks, start encodings, and orchestrate live streams directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete Qencode capability set.

These are the exact actions your AI can choose when you ask it to work with Qencode.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Qencode.

  1. 01

    Add simulcast target

    Add a simulcast target to a live stream

  2. 02

    Start encode

    Start a transcoding task with specific parameters

  3. 03

    Create domain

    Create a custom CDN domain

  4. 04

    Create live stream

    Requires a live access token. Create a new live stream

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Qencode.

  1. 05

    Create task

    Create a new transcoding task

  2. 06

    Get access token

    Required before creating tasks. Get a session-based access token for transcoding

  3. 07

    Get live access token

    Get an access token for live streaming

  4. 08

    Get task status

    Get the status of one or more transcoding tasks

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Qencode.

  1. 09

    Start live stream

    Start a live stream

  2. 10

    Stop live stream

    Stop a live stream

  3. 11

    Update live stream

    Update a live stream configuration

Observed, not estimated

792ms average. Fast in production.

Qencode is checked daily against the live service.

Daily averagePeak 960ms
Aug 20Today
Fastest day
709ms
Slowest day
960ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Qencode, so you can see the experience inside your AI.

It does not authenticate your account with Qencode. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Qencode Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Qencode capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "qencode-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_qPyb1Wq9gRwG0zcmcopAccU1hLBZXdg94MjCypBl/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Qencode owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.