pixil-skill

P1tak4s/pixil-skill
★ 0 stars JavaScript Code/Dev Tools Updated today
Claude Code skills for Pixil — generate images & videos, edit/animate, lip-sync, and branded ads via Pixil's MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pixil-skill": {
      "command": "npx",
      "args": [
        "-y",
        "P1tak4s/pixil-skill"
      ]
    }
  }
}