MCP overview
The Kubeez MCP server lets AI assistants like Claude, Cursor, and ChatGPT use Kubeez tools natively — no SDK install, no API integration code. One connection, every creative tool.
#What you can do
- Images & video — 40+ models for text-to-image, image-to-image, text-to-video, image-to-video, motion control, and lip-sync.
- Music — full songs with vocals or instrumental, plus optional custom lyrics, style, and BPM.
- Dialogue — multi-speaker text-to-speech with 80+ voices.
- Captions — word-level timestamped transcripts from any video.
- Audio separation — split a track into vocals + instrumental stems.
- Ad creatives — multiple ad variants from a reference ad and your product.
#Connect
Use this URL when adding the server in your MCP client:
https://mcp.kubeez.com/mcp
Cursor users: hit the Add to Cursor button at the top of this page — it uses Cursor's official install flow.
#Sign in
| Method | When to use |
|---|---|
| OAuth (recommended) | Cursor, Claude Desktop, and most clients open a browser, you sign in to Kubeez, the client stores the token. Nothing to paste. |
| Personal access token | Clients that only accept an API key (e.g. ChatGPT custom GPTs). Generate one in Settings → MCP, paste it as the Bearer / API key. Same permissions as OAuth, revoke any time. |
If your client supports custom headers, use Authorization: Bearer <token> with a personal access token.
#How it works
- Add the server URL in your MCP client.
- Sign in to Kubeez (OAuth) and approve the capabilities the client requests.
- The client gets a token and can call tools — generations use your Kubeez credits.
All generation tools are async: start a job, poll until it finishes. The client handles polling automatically; the How it works page explains the flow if you're building one yourself.
#Requirements
- A Kubeez account with credits.
- Any MCP-compatible client (Claude Desktop, Cursor, Claude.ai, ChatGPT custom GPTs, your own integration).
For raw HTTP / API key access (servers, scripts, mobile backends), use the REST API instead.
Next: Quick start — connect and run your first generation in 5 minutes.
