- Home
- MCP servers
- Creatify
Creatify
- typescript
15
GitHub Stars
typescript
Language
4 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"tsavo-creatify-mcp": {
"command": "creatify-mcp",
"args": [
"--verbose"
],
"env": {
"MCP_LOG_LEVEL": "info",
"CREATIFY_API_ID": "your-api-id",
"CREATIFY_API_KEY": "your-api-key"
}
}
}
}You can run Creatify MCP Server to expose Creatify AI’s video generation capabilities to AI assistants, chatbots, and automation tools. It provides a complete set of actions for creating and managing AI videos, real-time progress updates, and self-help prompts to help AI agents understand how to use each tool.
How to use
You interact with the Creatify MCP Server through an MCP client or a stdio-based client. Start the server locally and point your client to the local process. Use natural language prompts or explicit tool calls to create avatar videos, convert websites to videos, generate speech, or manage background music. Take advantage of real-time progress updates and the self-help tool to understand how to use each available action.
How to install
Prerequisites: Node.js 18 or higher and Creatify API credentials with a Pro plan or higher. Ensure you have a working environment to run Node commands and install global npm packages.
From npm (recommended) run the following to install globally and use the MCP server from any location.
npm install -g @tsavo/creatify-mcp
If you prefer building from source, use these steps to clone the project, install dependencies, build, and link for local usage.
git clone https://github.com/TSavo/creatify-mcp.git
cd creatify-mcp
npm install
npm run build
npm link
Additional sections
Configuration is done via environment variables. Set your Creatify API credentials and optional logging level when starting the server or in your shell/CI environment.
To run the standalone server locally, you can execute the server command directly after setting credentials.
creatify-mcp
Available tools
create_avatar_video
Create AI avatar videos with lip-sync using a specified avatar, text to speak, and a chosen aspect ratio.
create_url_to_video
Convert a website URL into a professional video with optional visual and script styles and a chosen aspect ratio.
generate_text_to_speech
Generate natural-sounding speech from provided text using a selected voice.
create_multi_avatar_conversation
Produce videos featuring multiple avatars engaging in a scripted conversation.
create_custom_template_video
Generate videos from custom templates to rapidly produce branded content.
create_ai_edited_video
Automatically edit and enhance videos with AI-powered adjustments.
create_ai_shorts
Create short-form videos optimized for platforms like TikTok and Instagram.
generate_ai_script
Automatically generate scripts for videos based on a topic or theme.
create_custom_avatar
Design and create your own custom avatars (Design Your Own Avatar).
manage_music
Upload, manage, and incorporate background music into videos.
create_advanced_lipsync
Advanced lip-sync with emotion and gesture control for realism.
how_to_use
Self-documenting tool that provides usage information for any tool.
get_video_status
Check the status of an ongoing video generation task.