KINOPIPE FOR GITHUB COPILOT

Give Copilot agent mode real video tools in VS Code.

Register KinoPipe as an MCP server in VS Code. Copilot agent mode can then run typed video edits and return finished files in the chat.

SETUP
Register the server in VS Code
01

Create .vscode/mcp.json with the configuration below (or add it through the MCP: Add Server command), then start the server when VS Code offers.

02

Complete KinoPipe OAuth in the browser and use the tools from Copilot agent mode.

.vscode/mcp.json
{ "servers": { "kinopipe": { "type": "http", "url": "https://kinopipe.com/mcp" } } }
Editor
VS Code agent mode
Authentication
OAuth 2.1
Scope
Per project or per user
PROMPTS TO TRY

Ask for the output you need.

KinoPipe gives GitHub Copilot focused tools with bounded fields. Include the source and target format in your request.

Use KinoPipe to produce a 9:16 vertical version of media/launch.mp4 for Reels.

Extract a poster frame at 3 seconds as WebP and put the URL in the README.

VS Code supports remote MCP servers with OAuth in agent mode. The same configuration also works in other MCP-capable editors that read mcp.json.

FAQ

KinoPipe and GitHub Copilot

Does this need a Copilot Business plan?

No. MCP servers work with Copilot agent mode in VS Code; check your organization policy if MCP is disabled centrally.

Is an API key required?

No. VS Code completes OAuth with KinoPipe in the browser. API keys stay server-side for REST integrations.