Create your MCP key.
Generate a Filtrix MCP key in your Filtrix AI account.
Agent-First Generation Stack
Generate images and videos with one integration. Built for agent workflows with fast generation modes, reliable retries, task tracking, and unified credits.
Send this to your agent:
Visit https://app.filtrix.ai/agent-guide.md to get skills.Launch Flow
Generate a Filtrix MCP key in your Filtrix AI account.
Install open-source skills and attach Filtrix MCP through mcp-remote.
Call generation tools and poll task status for reliable automation loops.
Install open-source skills
npx skills add Filtrix-AI/filtrix-skillsCursor / Claude Desktop MCP setup
{
"mcpServers": {
"filtrix": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.filtrix.ai/mcp",
"--header",
"Authorization:\${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer <YOUR_FILTRIX_MCP_KEY>"
}
}
}
}Multi-Agent Compatibility
One Filtrix skill set runs across multiple agent frameworks, so you can keep one generation workflow and reuse it everywhere.
OpenClaw
Claude Code
Codex
Cursor
Use Cases
No more manual preview images, illustrations, or logos. Your agent can generate and refresh visual assets while building pages.
Auto-produce thumbnails, article covers, and section visuals so every video and blog post ships with complete media assets.
Use agents with Filtrix skills to batch-produce UGC marketing videos for automated production, testing, and iteration.
Core Capabilities
Turn prompts into production-ready images in seconds.
Generate video tasks from text and track progress end to end.
Check generation state programmatically and build stable pipelines.
One balance across image and video workflows.
Generation Modes
gpt-image-1
Best overall quality for polished outputs.
nano-banana
Fast generation for iteration-heavy workflows.
nano-banana-2
Advanced controls for higher-quality creative tasks.
FAQ
Usage is charged per generation task based on selected mode. Image and video use one shared credit balance so agents can route work without juggling wallets.
Use idempotent task handling in your workflow and query task status before retrying. This keeps agent loops stable and prevents accidental duplicate generations.
Start with nano-banana for fast iteration and switch to gpt-image-1 or nano-banana-2 when you need polished output or tighter creative control.
Submit a video generation request, store the task id, then poll status in your pipeline until completion to safely coordinate downstream agent steps.