Claude Code skills for Pixil — generate images & videos, edit/animate, lip-sync, and branded ads via Pixil's MCP server.
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"
]
}
}
}
Run in terminal:
claude mcp add pixil-skill npx -y P1tak4s/pixil-skill
Add to .cursor/mcp.json:
{
"mcpServers": {
"pixil-skill": {
"command": "npx",
"args": [
"-y",
"P1tak4s/pixil-skill"
]
}
}
}