creatify-mcp

TSavo/creatify-mcp
★ 21 stars TypeScript 🤖 AI/LLM Updated 8d ago
🎬 Enterprise-grade MCP Server for Creatify AI - 12 tools for AI video generation: avatar videos, URL-to-video, AI shorts, custom avatars, script generation, advanced lip-sync with emotion control. Complete API coverage with semantic versioning.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "creatify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "TSavo/creatify-mcp"
      ]
    }
  }
}