libpag (MCP Server)

GitHub

The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "libpag": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-libpag"
      ]
    }
  }
}