CR

Creatify

Created 5 months ago

The ultimate MCP server for AI video generation.

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

Server Config

{
  "mcpServers": {
    "creatify-server": {
      "command": "npx",
      "args": [
        "creatify"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: T Savo
Category: community
License: MIT License
Tags:
development location documentation