Plug Klipsy's full studio into ChatGPT, Cursor, Codex, VS Code, Gemini and Claude — generate images, video, voice, music & 22+ creative tools, browse your library, check credits, even compose ready-to-publish social posts. One key, one server, pay-per-use.
10 seconds. Works across every client below.
Open app.klipsy.ai → Account → API keys → Create key.
Copy your klp_live_… key (shown once) and paste it where shown below.
Two ways to connect: one-click OAuth (just log in) or API key in a header — depending on the client.
Server URL (same for everyone): https://app.klipsy.ai/api/mcp
Copy-paste the config. Replace klp_live_… with your key.
Claude Code — one command:
claude mcp add --transport http klipsy https://app.klipsy.ai/api/mcp
Claude runs the login. Claude Desktop: Settings → Connectors → Add → paste the URL. Built to feel native in Claude.
Plus / Pro / Business → Settings → Connectors → Add custom connector, paste the URL and log in:
https://app.klipsy.ai/api/mcp
One-click login — no key needed. Then enable Klipsy in a chat's tools.
~/.cursor/mcp.json
{
"mcpServers": {
"klipsy": {
"url": "https://app.klipsy.ai/api/mcp",
"headers": { "Authorization": "Bearer klp_live_…" }
}
}
}.vscode/mcp.json — then Copilot Agent mode
{
"servers": {
"klipsy": { "type": "http", "url": "https://app.klipsy.ai/api/mcp" }
}
}
VS Code 1.102+ runs the login automatically.
~/.gemini/settings.json
{
"mcpServers": {
"klipsy": {
"httpUrl": "https://app.klipsy.ai/api/mcp",
"headers": { "Authorization": "Bearer klp_live_…" }
}
}
}~/.codex/config.toml
[mcp_servers.klipsy] command = "npx" args = ["-y", "mcp-remote", "https://app.klipsy.ai/api/mcp", "--header", "Authorization: Bearer klp_live_…"]
Works with any agent that speaks MCP (Hermes & more) via the universal bridge:
npx -y mcp-remote https://app.klipsy.ai/api/mcp --header "Authorization: Bearer klp_live_…"
Drop that as the command in any client's MCP config. Omit --header for one-click OAuth instead.
Ask in plain language, or call the tools directly:
generate_image · generate_video · generate_speech · generate_music · generate_talking_head generate_3d · upscale_image · remove_background · restyle_image · restore_photo generate_coloring_book · generate_storybook · generate_tshirt_design generate_ad · generate_carousel · generate_meme · list_models
Generations run on your Klipsy account & credits. Results land in your library at app.klipsy.ai.