Picsart GenAI MCP
About
AI Video, Image & Audio Generation with over 150 models
Details
- Author
- Unknown
- Categories
- Design, Other, AI
Jump to
- Generate media across 174 models— Ask for images, video, or audio viapicsart_generate, specifying model, prompt, aspect ratio, and duration.
- Edit images with dedicated tools— Remove backgrounds withpicsart_remove_bg, replace them viapicsart_change_bg, upscale withpicsart_enhance, or convert to SVG usingpicsart_vectorize.
- Validate and quote costs before generating— Usepicsart_preflightto check a model's parameter payload and get a credit estimate in one free dry run.
- Browse models and check parameters— Explore the catalog withpicsart_model_catalogorpicsart_list_models, and inspect a model's schema viapicsart_model_params.
- Manage files in Picsart Drive— Usepicsart_driveto list folders, upload files from URLs or attachments, move items, or delete them with variousactionvalues.
- Track credit usage and job status— Check your balance withpicsart_creditsand poll async generation jobs usingpicsart_job_status.
The Picsart MCP server exposes the full model catalog asModel Context Protocoltools. Connect it to any MCP-compatible agent and that agent can generate image, video, and audio across 174 models using natural language or structured tool calls.
New to MCP? Start withWhat is MCP?first.
- Install the gen-ai CLI — seeInstallation.
- Rungen-ai loginonce (opens your browser for OAuth).
That is all. The MCP server (gen-ai-mcp) ships with the CLI and uses the same credentials.
claude mcp add picsart-gen-ai -- gen-ai-mcp
"Generate a product image on a white background using Flux 2 Pro, 4:3 aspect ratio."
For full Claude Code setup including Skills and troubleshooting, seeClaude Code integration.
Add the following to your Cursor MCP configuration file (.cursor/mcp.jsonor equivalent):
{ "mcpServers": { "picsart-gen-ai": { "command": "gen-ai-mcp" } } }
{ "mcpServers": { "picsart-gen-ai": { "command": "gen-ai-mcp" } } }
Add to.vscode/mcp.jsonin your workspace or to your user settings:
{ "servers": { "picsart-gen-ai": { "type": "stdio", "command": "gen-ai-mcp" } } }
codex mcp add picsart-gen-ai -- gen-ai-mcp
SeeChatGPT integrationor the official page atpicsart.com/gen-ai-mcpfor the current connector config.
Connecting exposes37 tools: the 13 generation / catalog / Drive tools below, plus the 24-toolpicsart_media_*familyfor scene-graph compositing and motion graphics.
Every tool is available to the agent once connected. Tools that do not spend credits are free to call as many times as needed.
¹ Opening the studio is free; generating inside it spends credits.
picsart_drivetakes anactionparameter; there areno separate per-operation Drive tools:
Every action returns the current folder listing so the Drive widget can render. SeeFiles & Drivefor details, andLocal files → URLsfor getting a file off your disk in the first place.
Every image/video input is aURL. There is nofilePathparameter anywhere in the MCP contract — seeLocal files → URLsfor the three paths that actually work.
The tools are designed to chain. This sequence avoids surprises:
- picsart_model_catalog(orpicsart_list_modelsto let the user pick visually) → pick a model
- picsart_model_params→ learn its inputs
- picsart_preflight→ validate the payload and quote the cost in one free call
- picsart_generate→ actually run it
If you already have a model id in hand, skip straight topicsart_generate.
{ "name": "picsart_generate", "arguments": { "model": "flux-2-pro", "prompt": "a ceramic cup, studio lighting, 4:3", "aspectRatio": "4:3", "count": 1 } }
{ "name": "picsart_generate", "arguments": { "model": "seedance-2.0", "prompt": "a cat skiing down a mountain", "duration": 8, "aspectRatio": "16:9", "generateAudio": true } }
{ "name": "picsart_preflight", "arguments": { "model": "veo-3.1", "params": { "prompt": "a drone shot over a snowy ridge", "duration": 8, "resolution": "1080p" } } }
{ "name": "picsart_remove_bg", "arguments": { "imageUrls": ["https://example.com/product.jpg"] } }
- Required:model(model id),prompt(text prompt)
- Common optional:aspectRatio,resolution,duration,count(1 to 8),quality,style,negativePrompt
- Image input:imageUrls(array of URLs — for image-to-image or image-to-video models)
- Video input:videoUrl(single URL — for video-to-video models)
- Audio generation:generateAudio(boolean — for video models that support native audio)
- Prompt enhancement:enhancePrompt(boolean — routes through an LLM before generation)
- Model-specific params:extra(free-form object — usepicsart_model_paramsto see what a model accepts)
Results come back asresults: [{ url, metadata? }]. Assets are URLs, never base64. Each result also includes aresource_linkso the agent can reference it in follow-up tool calls.
Does the MCP server require a separate API key?
No. It uses the same OAuth session as the CLI. Rungen-ai loginonce; the MCP server picks up those credentials automatically.
Can I use MCP and the CLI on the same machine at the same time?
Yes. Both use the same credentials file (~/.gen-ai/credentials.json) and the same credit balance. Running them in parallel is fine.
The agent connected but the tools do not appear.
Restart the agent after adding the MCP config. Most agents load the tool list at startup, not dynamically.
All 174 models in the catalog. There is no MCP-specific subset. Usepicsart_list_modelsto filter by mode or provider, or browse theModel Catalog.
Can the agent save generated files to Drive?
Yes. Pass"saveToDrive": truein thepicsart_generatearguments, or usepicsart_driveto upload a local file or URL. SeeFiles and Drive.
How do I know what a model costs before running it?
Callpicsart_preflightwith the model id and the parameters you plan to use. It validates the payload and returns a credit estimate without running the generation.
What happens if my credit balance runs out mid-generation?
Check your balance withpicsart_creditsand top up atpicsart.combefore retrying.
Official Cannon Studio MCP for AI video, image, 3D, audio, workflow, pricing, model, and developer API guidance.
Hosted remote MCP server for AI image and video generation from one Streamable HTTP endpoint.
MCP server for AI image, video, voice and music generation, routing prompts to Veo 3.1, Seedance 2.0, Nano Banana 2, GPT-Image-2 and more, from Claude, Cursor, ChatGPT or Codex.
Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.
All-in-one AI creative studio — generate videos, images, audio in 11 Indian languages, and 3D models via MCP. Hosted at mcp.arcframe.ai.
A server for creating fast and free lipsync videos for digital avatars, supporting both realistic and cartoon styles.
Interact with MiniMax's powerful APIs for text-to-speech, voice cloning, and video/image generation.
A JavaScript/TypeScript server for MiniMax MCP, offering image/video generation, text-to-speech, and voice cloning.
: MCP server for AI media generation (imagesflux, videosveo3.1, music suno v5, with deterministic cost control using reserve-burn-refund billing
Create AI music videos and audio-reactive visuals from songs through MCP.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




