Cursor#
Connect ClipKit to Cursor's Agent so it can author and preview ClipKit videos while you code.
ClipKit's connector is open (no key) and speaks Streamable HTTP at https://www.clipkit.dev/mcp.
Add the connector#
Add ClipKit to ~/.cursor/mcp.json (global) or .cursor/mcp.json (this project):
{ "mcpServers": { "clipkit": { "url": "https://www.clipkit.dev/mcp" } } }
Verify#
In Settings → Tools & Integrations, the clipkit entry shows a green dot and lists its tools. Toggle it off/on (or relaunch Cursor) if the config didn't hot-reload.
Notes#
- Use
"url", not"serverUrl"— that's a different client's key and won't work in Cursor. - You don't need a
"transport"field; Cursor auto-detects Streamable HTTP from thehttps://URL. transcribe_to_captionswon't appear — it's local-only, not on the hosted connector.
New to the tools? The MCP server overview has the full tool list and how projects work.