MCP
Connect Vidkraftr to your AI agent
One connector for Cursor, Claude, and any MCP client. Generate images and videos with your account credits — no API keys.
Step 1 — Connector URL
https://www.vidkraftr.co/api/mcpStep 2 — Choose your agent
Prefer the Vidkraftr Cursor plugin (custom logo in Settings → Tools & MCP). Or click Connect on a User MCP entry — a browser window opens to sign in, then returns to Cursor. Deeplinks may not work in Cursor’s embedded preview.
{
"mcpServers": {
"vidkraftr": {
"url": "https://www.vidkraftr.co/api/mcp"
}
}
}- Cursor Settings → Tools & MCP → ensure
vidkraftris listed (paste mcp.json if needed) - Click Connect → sign in on Vidkraftr → return to Cursor (tools should list)
- Ask Agent: “Use Vidkraftr MCP — call get_credits”
Step 3 — Account auth
Link your Vidkraftr credits
Generations use the same credit balance as the web app. Prefer OAuth Connect in Cursor/Claude. Or reveal a short-lived access token for a Bearer header config.
Checking session…
FAQ
- How does Vidkraftr connect to AI agents?
- Vidkraftr uses MCP (Model Context Protocol). Add the connector URL, sign in with your Vidkraftr account, then generate images and videos from Claude, Cursor, or any MCP-compatible client.
- Do I need an API key?
- No. Authenticate with your Vidkraftr account (OAuth Connect in Cursor/Claude, or a short-lived Bearer access token from this page). Generations use the same credit balance as the web app.
- How does pricing work?
- MCP tools debit your plan credits at the same rates as Create Image / Create Video / Viral Studio on the web. There is no separate unlimited pool for automated agents.
- What can agents create?
- Images and videos across Vidkraftr models, trend apps, Viral Studio scripts, motion control, and reusable characters — plus marketing skills for UGC, faceless, and viral shorts.
- How long does generation take?
- Images usually finish in seconds; videos take longer. Jobs run asynchronously — agents should call wait_for_generation or sync_generations until outputs are ready.
- Cursor shows Needs authentication — what do I do?
- Open Settings → Tools & MCP, click Connect on the vidkraftr server, and sign in with your Vidkraftr account. Or use Reveal access token on this page and paste the Bearer mcp.json config.
- Claude says the URL must start with https — what do I use?
- Claude.ai rejects http://localhost. Use https://www.vidkraftr.co/api/mcp (production). Leave OAuth client ID/secret empty. For local Claude testing, expose your app with an HTTPS tunnel such as ngrok.

