KINOPIPE FOR CURSOR

Edit video from Cursor with a hosted MCP server.

Point Cursor at the KinoPipe MCP URL, approve OAuth and ask the agent for a trim, resize, conversion or finished social clip.

SETUP
Add the MCP server
01

Open Cursor Settings, choose MCP and add a new server with the configuration below, or edit ~/.cursor/mcp.json directly.

02

Approve the KinoPipe OAuth screen in your browser, then ask the agent to use a KinoPipe tool.

~/.cursor/mcp.json
{ "mcpServers": { "kinopipe": { "url": "https://kinopipe.com/mcp" } } }
Transport
Remote MCP over HTTP
Authentication
OAuth 2.1
Result
Job status and download URL
PROMPTS TO TRY

Ask for the output you need.

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

Use KinoPipe to crop assets/hero.mp4 to 4:5 with right focus and save the result URL.

Compress this screen recording for the docs site and give me the finished file.

Cursor connects to remote MCP servers over HTTP and completes OAuth in the browser. No API key is pasted into the editor.

FAQ

KinoPipe and Cursor

Where does Cursor store the KinoPipe connection?

In its MCP configuration (mcp.json in ~/.cursor or the project). Only the server URL is stored; access uses OAuth tokens.

Can the agent wait for a long render?

Yes. Tools return a jobId and the agent polls get_job until the edit succeeds, then reads the signed download URL.