What you can do
| Capability | What it does | Learn more |
|---|---|---|
| Image generation | Create product photos, lifestyle scenes, and visuals from text prompts | Image Generation |
| Video generation | Produce short clips from text or image inputs | Video Generation |
| Editing tools | Remove backgrounds, upscale, expand images with AI | Editing Tools |
| Brand libraries | Store brand identities and generate on-brand content | Brand Libraries |
| Pipelines | Run saved, reusable multi-step workflows | Pipelines |
| Asset management | Upload, search, tag, and organize files | Assets & Collections |
| Share links | Create shareable galleries from asset selections | Share Links |
Choosing between MCP and CLI
Both the MCP server and CLI give agents access to Pixa’s tools. Choose based on how your agent connects:| MCP Server | CLI | |
|---|---|---|
| Setup | Add pixa-mcp to your MCP client config | Install binary + pixa auth login |
| Works with | Claude Desktop, Claude Code, Cursor, Windsurf, custom MCP clients | Claude Code, Codex, shell scripts, CI/CD |
| Capabilities | Full feature set — editing, generation, assets, pipelines, models, share links | Full feature set — same capabilities plus direct tool subcommands |
| Best for | MCP-native agents and IDE integrations | Shell-based agents and automation scripts |
Get started
MCP Server
Connect Pixa to any MCP-compatible client with
npx pixa-mcp. Works with Claude Desktop, Claude Code, Cursor, and more.CLI Setup
Install the
pixa command-line tool. Works with Claude Code, Codex, shell scripts, and CI/CD.Go deeper
Running Tasks
The primary entrypoint — run prompts, tools, and pipelines from the CLI.
Pipelines
Run reusable, multi-step workflows on your assets.
Claude Code
Set up Pixa as a tool inside Claude Code.
JSON Patterns
Understand the JSON envelope format for parsing CLI output.