Generate AI images and video from Claude, ChatGPT and Cursor via remote MCP.
Most AI and media services work still happens through a UI a human drives. Clipia MCP server moves it into the conversation instead. Generate AI images and video from Claude, ChatGPT and Cursor via remote MCP.
Clipia is an AI creation platform. This hosted, remote Model Context Protocol (MCP) server lets any MCP-capable agent generate images, video, speech and music; chat with text models; plan and compose videos; create and edit presentations; poll results; browse models; search prompt templates; and read your credit balance — no SDK and no code required.
The server publishes 14 tools. What each one is for:
generate_image — Generate image(s) from a text prompt, optionally with reference images (editing / image-to-image). Waits briefly and usually returns the finishedgenerate_video — Start a video generation from a text prompt (text-to-video) or from a start image (image-to-video, pass image_url). Returns request_id and cost ingenerate_audio — Generate speech from text with a selected voice and language. Returns an MP3 when completegenerate_music — Generate background music or a soundtrack from a description of mood, genre and tempowait_generation — Wait for a generation to finish (long-poll up to wait_seconds, then returns current status). Call repeatedly until COMPLETED, FAILED or CANCELEDget_generation — Get the current status/result of a generation without waiting. When COMPLETED, output.images[].url is the inline webp preview andlist_models — List available AI models with type (text/image/video/audio), capabilities and pricing in credits. Text models expose per-1K input/output ratesget_model — Get model details and pricing: input_schema for generation models; context limits and per-1K input/output rates for text modelsget_balance — Get the credit balance of the connected Clipia account and 30-day usage of the current API keysearch_templates — Search 3500+ curated prompt templates (hybrid text+semantic search, Russian or English query). Each result has a ready-to-use prompt and achat — Currently enabled, feature-gated: chat with a text LLM using a prompt or messages array; returns reply text, token usage and credit costgenerate_scenario — Currently enabled, feature-gated: turn a brief into per-scene video prompts and a soundtrack promptConfiguration is passed through the environment: CLIPIA_API_KEY, CLIPIA_MCP_URL, CLIPIA_TEST_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Clipia's toolset — generate_image, generate_video, generate_audio and 11 more — is a fair guide to whether it matches your workflow. It is maintained by clipia-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Clipia's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| generate_image | Generate image(s) from a text prompt, optionally with reference images (editing / image-to-image). Waits briefly and usually returns the finished image inline (URL + small preview). Cost in credits is returned. |
| generate_video | Start a video generation from a text prompt (text-to-video) or from a start image (image-to-video, pass image_url). Returns request_id and cost in credits immediately — renders take 1–10 min, poll with wait_generation. |
| generate_audio | Generate speech from text with a selected voice and language. Returns an MP3 when complete. |
| generate_music | Generate background music or a soundtrack from a description of mood, genre and tempo. |
| wait_generation | Wait for a generation to finish (long-poll up to wait_seconds, then returns current status). Call repeatedly until COMPLETED, FAILED or CANCELED. Returns output URLs (and an inline preview) when done. |
| get_generation | Get the current status/result of a generation without waiting. When COMPLETED, output.images[].url is the inline webp preview and output.images[].original_url is the full-quality PNG/JPG. |
| list_models | List available AI models with type (text/image/video/audio), capabilities and pricing in credits. Text models expose per-1K input/output rates; generation models expose a base price. Filter by type / search. |
| get_model | Get model details and pricing: input_schema for generation models; context limits and per-1K input/output rates for text models. |
| get_balance | Get the credit balance of the connected Clipia account and 30-day usage of the current API key. |
| search_templates | Search 3500+ curated prompt templates (hybrid text+semantic search, Russian or English query). Each result has a ready-to-use prompt and a recommended model. |
| chat | _Currently enabled, feature-gated:_ chat with a text LLM using a prompt or messages array; returns reply text, token usage and credit cost. |
| generate_scenario | _Currently enabled, feature-gated:_ turn a brief into per-scene video prompts and a soundtrack prompt. |
| compose_video | _Currently enabled, feature-gated:_ stitch 2–20 completed scenes into a final MP4 with optional voiceover, soundtrack and subtitles. |
| generate_presentation | _Currently enabled, feature-gated:_ render an editable PPTX, PDF and previews from a structured deck specification. |
{
"mcpServers": {
"clipia": {
"command": "npx",
"args": ["-y", "clipia-ai"],
"env": {
"CLIPIA_API_KEY": "your-value",
"CLIPIA_MCP_URL": "your-value",
"CLIPIA_TEST_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| CLIPIA_API_KEY | Credential the server authenticates with. | Yes |
| CLIPIA_MCP_URL | Endpoint or connection string the server talks to. | Yes |
| CLIPIA_TEST_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.