Skip to main content
Assets are the images and videos in your Pixelcut workspace. Collections let you organize them into groups. Both are fully manageable from the MCP server.

Assets

MCP tools

The assets tool supports list, search, and get actions. Use the upload tool to import from URLs or get a one-time upload URL for local files.

Importing files

Ask the agent to import an image from a URL:
The agent calls upload with action: "url" and returns the new asset ID:

Listing and filtering

The agent calls assets with action: "list" and the appropriate filters (collection_id, tag, or status).

Searching assets

Search uses semantic similarity — describe what you are looking for in natural language:
Semantic search requires a Business tier subscription.

Collections

Collections are named groups of assets. Use them to organize uploads, target batch operations, and keep related assets together.

MCP actions

The collections tool supports list, search, get, and create actions.

Creating a collection

The agent calls collections (action: create), then references the new collection ID in subsequent operations.

Common workflows

Organize generated content

The agent calls generate_media to produce the images, collections (create) for the new collection, and includes the collection_id so generated assets land directly in the right place.

Find and process

The agent calls assets (search), then edit_image with action: "remove_background" on the chosen result.
You cannot delete assets, collections, or share links via MCP. Use the Pixelcut web app for deletion.