drag to orbit ·
Klipsy MCP
★ Now in Claude — and every other AI

One MCP.
Every AI.

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.

Step 1 — get your key

10 seconds. Works across every client below.

1

Open app.klipsy.aiAccount → API keys → Create key.

2

Copy your klp_live_… key (shown once) and paste it where shown below.

3

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

Step 2 — connect your client

Copy-paste the config. Replace klp_live_… with your key.

Claude

★ Recommended

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.

ChatGPT

OAuth

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

API key

~/.cursor/mcp.json

{
  "mcpServers": {
    "klipsy": {
      "url": "https://app.klipsy.ai/api/mcp",
      "headers": { "Authorization": "Bearer klp_live_…" }
    }
  }
}

VS Code (Copilot)

OAuth

.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 CLI

API key

~/.gemini/settings.json

{
  "mcpServers": {
    "klipsy": {
      "httpUrl": "https://app.klipsy.ai/api/mcp",
      "headers": { "Authorization": "Bearer klp_live_…" }
    }
  }
}

Codex CLI

bridge

~/.codex/config.toml

[mcp_servers.klipsy]
command = "npx"
args = ["-y", "mcp-remote", "https://app.klipsy.ai/api/mcp",
        "--header", "Authorization: Bearer klp_live_…"]

Any other MCP client

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.

What you can call

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.

Get your key & connect

Pay-per-use. Start with free weekly credits.

Start free →