streamable-httpMITupdated 20d ago
Official MCP (Model Context Protocol) server for UnificAlly: one API for 100+ AI video, image, music, and speech models. Ask Claude, Cursor, or any MCP client to generate with Veo 3.1, Kling, SeeDance, Grok Imagine, Nano Banana, Suno, ElevenLabs, and more.
What can you do with unifically?
UnificAlly MCP Server
Official MCP (Model Context Protocol) server for UnificAlly: one API for 100+ AI video, image, music, and speech models. Ask Claude, Cursor, or any MCP client to generate with Veo 3.1, Kling, SeeDance, Grok Imagine, Nano Banana, Suno, ElevenLabs, and more.
This is a hosted remote server. Nothing to install or run. Point your client at the endpoint and add your API key.
https://mcp.unifically.com/mcp
Get an API key at unifically.com. Every account starts with a free balance.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"unifically": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.unifically.com/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
Remote clients that support Streamable HTTP can skip the bridge:
{
"mcpServers": {
"unifically": {
"type": "streamableHttp",
"url": "https://mcp.unifically.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Tools
generate_video
Text or image to video (Veo 3.1, Kling, SeeDance, Grok Imagine, Wan, and more).
generate_image
Text or image to image (Nano Banana, Seedream, GPT Image, Qwen, FLUX, and more).
generate_music
Music generation with Suno.
generate_audio
Speech, dialogue, and sound effects with ElevenLabs.
edit_video
Edit an existing video.
extend_video
Extend an existing video.
upscale_media
Upscale images and video (Topaz, Grok, Veo).
upload_file
Upload a local file and get a CDN URL to use as a reference input.
get_task
Check the status of a generation task.
list_tasks
List recent generation tasks.
list_models
Browse the model catalog.
list_resources
Browse voices and other resources.
dry_run_cost
Price any generation before running it. Never charges.
check_balance
Show the current account balance.
Quick start
Claude Code
claude mcp add --transport http unifically https://mcp.unifically.com/mcp --header "Authorization: Bearer sk-..."
Claude (web and desktop connectors)
Add a custom connector. Pasted connector URLs carry no headers, so put the key in the URL:
https://mcp.unifically.com/mcp?api_key=sk-...
Cursor / Claude Desktop
{
"mcpServers": {
"unifically": {
"url": "https://mcp.unifically.com/mcp",
"headers": { "Authorization": "Bearer sk-..." }
}
}
}
VS Code (Copilot)
{
"servers": {
"unifically": {
"type": "http",
"url": "https://mcp.unifically.com/mcp",
"headers": { "Authorization": "Bearer sk-..." }
}
}
}
Example prompts
- Generate a 5 second video of a paper boat floating down a rainy street with Kling
- Make a product shot of a ceramic mug on linen with Seedream, then upscale it
- How much would 10 seconds of Veo 3.1 Fast cost?
- Turn this blog post into a 30 second narrated clip
Links
- Website: https://unifically.com
- Model catalog and pricing: https://unifically.com/models
- API docs: https://docs.unifically.com
- MCP setup: https://unifically.com/mcp
- Official MCP Registry:
com.unifically/mcp
License
MIT. The hosted server and the UnificAlly API are commercial services. This repository is the public integration surface (docs, registry manifest, and examples).
Install
Add unifically to your client. Pick the one you use.
claude mcp add --transport http unifically https://mcp.unifically.com/mcpcodex mcp add unifically --url https://mcp.unifically.com/mcp{
"mcpServers": {
"unifically": {
"url": "https://mcp.unifically.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"unifically": {
"type": "http",
"url": "https://mcp.unifically.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"unifically": {
"url": "https://mcp.unifically.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"unifically": {
"serverUrl": "https://mcp.unifically.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 19, 2026 |