development
location
documentation
public
AI
video generation
What is Creatify?
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 editing tools.
Documentation
Overview
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.
Advanced MCP Features:
Prompts - Reusable video creation templates and workflows
Logging - Structured logging with multiple severity levels
Progress Tracking - Real-time updates during video generation
AI Self-Help - how_to_use tool for AI assistants to understand parameters
Notifications - Real-time status updates and progress notifications
Features
12 MCP Tools covering 100% of Creatify API functionality
6 MCP Resources for comprehensive data access
5 Workflow Prompts for common video creation scenarios
Enterprise-grade logging with 8 severity levels
Prerequisites
Node.js 18 or higher
Creatify API credentials (Pro plan or higher)
Installation
From npm (recommended)
npm install -g @tsavo/creatify-mcp
From source
git clone https://github.com/TSavo/creatify-mcp.git
cd creatify-mcp
npm install
npm run build
npm link