MCP Server that exposes Creatify AI API capabilities for AI video generation, including avatar videos, URL-to-video conversion, text-to-speech, and
Creatify MCP server exists for a simple reason — assistants are far more useful when they can act on Creatify directly instead of describing what you should do. MCP Server that exposes Creatify AI API capabilities for AI video generation, including avatar videos, URL-to-video conversion, text-to-speech, and AI-powered.
The Creatify MCP Server is a comprehensive Model Context Protocol (MCP) server that exposes the full power of Creatify AI's video generation platform to AI assistants, chatbots, and automation tools. Built on top of the robust @tsavo/creatify-api-ts TypeScript client library, this server transforms complex video creation workflows into simple, natural language interactions.
Once Creatify is connected, these are the calls the assistant has available:
Tools — The Tools tool exposed by this servercreate_avatar_video — The create_avatar_video tool exposed by this servercreate_url_to_video — The create_url_to_video tool exposed by this servergenerate_text_to_speech — The generate_text_to_speech tool exposed by this serverget_video_status — The get_video_status tool exposed by this serverResources — The Resources tool exposed by this serverYou will need 3 environment variables: CREATIFY_API_ID, CREATIFY_API_KEY, MCP_LOG_LEVEL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
@tsavo/creatify-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Creatify's toolset — Tools, create_avatar_video, create_url_to_video and 3 more — is a fair guide to whether it matches your workflow.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Tools | The Tools tool exposed by this server. |
| create_avatar_video | The create_avatar_video tool exposed by this server. |
| create_url_to_video | The create_url_to_video tool exposed by this server. |
| generate_text_to_speech | The generate_text_to_speech tool exposed by this server. |
| get_video_status | The get_video_status tool exposed by this server. |
| Resources | The Resources tool exposed by this server. |
{
"mcpServers": {
"creatify": {
"command": "creatify-mcp",
"env": {
"CREATIFY_API_ID": "your-api-id",
"CREATIFY_API_KEY": "your-api-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CREATIFY_API_ID | Configuration value read at startup. | Optional |
| CREATIFY_API_KEY | Credential the server authenticates with. | Yes |
| MCP_LOG_LEVEL | Configuration value read at startup. | Optional |
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.
Thousands of open models on tap — run image, video and audio generation through Replicate's hosted API.