Filtrix MCP

Direct MCP access to Filtrix image and video generation

Filtrix MCP gives AI agents one server for image generation, image editing, video generation, task status polling, and unified credits. Connect it directly with your MCP client. No skills are required for the core setup.

Compatible with Claude Desktop, Cursor, Codex, OpenClaw, and other MCP-compatible clients.

Filtrix MCP endpointLive
https://mcp.filtrix.ai/mcp

Capabilities

Image + Video

Text-to-image, image edits, text-to-video, image-to-video.

Operations

Task Tracking

Stable polling, retry-safe loops, and shared credits.

Direct setup path: create a Filtrix MCP key, add the server config, verify the core tools, and start routing creative jobs through one MCP workflow.

Why Filtrix MCP

What Filtrix MCP adds to an agent workflow

The point of Filtrix MCP is not just calling a generation model. It is giving your agent a cleaner production loop for creative work with direct MCP access.

One MCP server for image and video

Filtrix MCP gives your agent one integration point for image generation, image editing, text-to-video, and image-to-video workflows.

Async video tasks with status polling

Launch long-running video jobs, store the request ID, and poll status until the asset is ready for the next automation step.

Stable automation loops

Use idempotency keys and explicit task tracking to reduce duplicate runs and keep retry behavior predictable in production.

Unified credits and faster routing

One shared credit balance lets your agent move between image and video tasks without switching tools, wallets, or APIs.

Setup Flow

Direct Filtrix MCP setup, without extra layers

If you only want the MCP connection, keep the flow simple: key, config, verify, run. That is enough to start building agent-driven image and video pipelines.

Step 01

Create your Filtrix MCP key

Generate a dedicated MCP key inside your Filtrix AI account and keep it in your client secret or environment settings.

Step 02

Connect your MCP client directly

Add the Filtrix MCP server to Claude Desktop, Cursor, Codex, OpenClaw, or any compatible client with mcp-remote and your Authorization header.

Step 03

Verify the core tool calls

Start with credits, then test image and video generation so you know your MCP connection and account access are working end to end.

Step 04

Run your first production workflow

Submit a task, save the request ID or idempotency key, poll status where needed, and hand the completed asset back to your agent flow.

MCP client config

{
  "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>"
      }
    }
  }
}

Verification checklist

1. get_account_credits
2. generate_image_text
3. generate_video_text
4. get_video_status

After you save the config, restart your client so MCP tools reload cleanly.

Account requirements

Create the MCP key from your Filtrix account, then keep it in your MCP client's secure environment settings.

Paid usage is required before generation tools can be used, so set up billing before you start queueing live tasks.

Core Tools

The core Filtrix MCP tool set

These are the MCP tools most agents need first. Together they cover credits, image generation, image editing, video generation, and reliable task polling.

MCP Tool

get_account_credits

Check your Filtrix balance before queuing work or retrying failed tasks.

MCP Tool

generate_image_text

Generate production-ready images from text prompts in your agent workflow.

MCP Tool

edit_image_text

Edit an existing image with text instructions without leaving the same MCP workflow.

MCP Tool

generate_video_text

Start async text-to-video generation and receive a request ID for polling.

MCP Tool

generate_video_image

Use an input image to launch image-to-video tasks through Filtrix MCP.

MCP Tool

get_video_status

Poll long-running video jobs until they are completed and ready for downstream steps.

Production Loop

What a stable Filtrix MCP workflow looks like

Filtrix MCP works best when your agent treats generation as an explicit workflow, not a fire-and-forget call. Keep request state, poll deliberately, and only retry with a new intent when you mean it.

1

Start a task with a unique intent

Use a fresh idempotency key whenever the generation intent changes so retries and new jobs stay cleanly separated.

2

Store the request context

Keep the returned request ID, selected mode, and prompt context so your agent can recover from interruptions without losing state.

3

Poll until the asset is ready

Video generation is asynchronous, so stable MCP workflows depend on checking status before moving to download, publish, or chaining steps.

4

Send the result to the next tool or user action

Once the output is finished, your agent can attach the asset to a page build, marketing flow, or content pipeline without manual handoff.

Use Cases

Built for real Filtrix MCP production scenarios

The best Filtrix MCP setups are usually attached to real delivery work, not isolated experiments.

Web and landing page delivery

Generate hero images, mockups, logos, thumbnails, and supporting visuals while your agent builds the page.

Content and media operations

Turn article titles, campaign briefs, or prompt templates into blog covers, social visuals, and reusable media assets.

UGC and ad production

Batch-produce creative variations and short-form video tasks for ongoing testing, performance loops, and marketing refreshes.

Automated agent pipelines

Keep one Filtrix MCP workflow across multiple clients so teams can reuse the same setup in Claude Desktop, Cursor, Codex, and more.

Related Pages

More Filtrix production flows

If you want the agent connection and the end-user creation pages together, these are the next routes to link with Filtrix MCP.

Image to Video

Turn still images into motion with Filtrix production models.

Open page

Script to Video

Go from written script to ready-to-use video concepts and outputs.

Open page

Ads Maker

Create ad-ready short videos and creative assets faster with Filtrix.

Open page

FAQ

Filtrix MCP frequently asked questions

Start Building

Connect Filtrix MCP and start routing creative tasks today

Generate your MCP key, connect the Filtrix endpoint, verify the core tools, and move image and video work into one agent-friendly pipeline.

Filtrix MCP - AI Image & Video Tools for Agents