For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pletor MCP

Turn Claude and MCP-compatible agents into your creative workflow orchestrator.

Connect Pletor to your favorite AI assistant in one click.

Once connected, you can discover workflows, run them, upload assets, and diagnose failures — all from a natural-language conversation.

Pletor MCP works with:

  • Claude (Desktop, Web, Code)

  • Codex, Cursor, VS Code, and any other MCP-compatible client


Connect in 3 steps

1

Open your AI assistant's connector settings

  • ClaudeCustomize → Connectors → Add custom connector

  • Cursor / VS Code → MCP Servers → Add server

2

Add the Pletor MCP URL

Name the connector Pletor and paste this URL:

https://api.pletor.ai/mcp
3

Sign in with your Pletor account

Click AddConnect. You'll be redirected to log in with your existing Pletor account. Once authorized, the connector is ready.

Can't find "custom connectors"? It's likely your organization does not currently allow for new connectors. Contact your workspace admin.

No API keys to manage. Pletor MCP uses OAuth — your assistant signs in on your behalf and inherits your organization's permissions and credit balance.


A complete workflow studio inside your AI assistant

Discover workflows

Search your workflow library by name, tag, agent type, or visibility. Ask your assistant "find a workflow for product photos" and it will return the right match with its ID, description, and tags — ready to run.

Run any workflow

Trigger a Pletor workflow asynchronously and get a run ID back immediately. Pass inputs as a plain object — your assistant maps natural-language requests onto the workflow's variables. Runs continue in the background while you keep chatting.

Diagnose failures in one call

Ask "why did my run fail?" and diagnose_run returns a single flat report: the verdict, the failed node, the last successful node, an inputs summary, and a suggested next action. No more chaining three or four tool calls.

Upload assets from anywhere on the web

Drop a public URL — image, video, audio, document — and Pletor ingests it as an asset you can reference in any workflow run. Set visibility to private, shared, or public.

Browse models and pricing

List every available model with its capabilities, generation time, and credit cost.

Search the docs

Get up-to-date guidance straight from docs.pletor.ai. Ask "how do I structure inputs for the image-to-video node?" and your assistant pulls the relevant excerpt and answers in-context.


From idea to output in one conversation

Marketing & content teams

"Run my UGC ad workflow on this product photo and give me three variants." Pletor uploads the asset, kicks off the workflow, and surfaces the generated creatives — all in chat.

E-commerce

"Generate lifestyle shots using the catalog template." Search workflows by tag, run with the right inputs, and get the results without leaving your assistant.

Agencies & freelancers

"Show me every video workflow my team has built, then run the storyboard one on this brief." Browse, pick, and execute across your whole library in seconds.

Filmmakers & creators

"Take this character reference and run the cinematic shot workflow with a sunset lighting prompt." Upload, configure, and generate without touching the Pletor UI.


Example prompts

Discover

Run


FAQ

How does Pletor connect to my AI assistant?

Pletor exposes an MCP (Model Context Protocol) server at https://api.pletor.ai/mcp. Any MCP-compatible client — Claude, Codex, Cursor, VS Code — can connect to it as a remote connector. Auth is handled via OAuth, so you sign in with your Pletor account and never copy-paste keys.

Which assistants are supported?

Any client that supports remote MCP servers: Claude (Desktop, Web, Code), Codex with MCPs, Cursor, VS Code, and others as the ecosystem grows.

What can I actually do with it?

Nine tools, grouped into four jobs:

  • Discoversearch_workflows, list_models, search_pletor_docs

  • Inspectget_workflow_definition

  • Run & monitorrun_workflow, get_flow_run_status, diagnose_run, get_node_run_result

  • Provide inputsupload_asset

Do I need an API key?

No. Pletor MCP uses OAuth — log in once with your Pletor account and you're connected. Your assistant inherits your organization's workspace, workflows, and credit balance.

How does billing work?

Runs and uploads consume credits from your existing Pletor plan, just like the web app. Browsing workflows, inspecting definitions, and searching docs are free. There is no separate MCP subscription.

How long does a run take?

Runs are asynchronous. run_workflow returns a flow_run_id immediately; your assistant polls diagnose_run or get_flow_run_status until the run reaches completed, failed, or canceled. Duration depends on the workflow — single image nodes finish in seconds, multi-step video workflows can take minutes.

Can I run workflows I built in the Pletor app?

Yes. Every workflow in your organization — private, shared, or public — is visible through the MCP. The MCP is a remote control for your existing Pletor workspace, not a separate environment.

Can I upload files from my computer?

Today, upload_asset takes a public source_url. To upload local files, host them on any public URL (S3, Drive, Dropbox link, etc.) and pass that. Direct local-file ingestion is on the roadmap.

Is it secure?

Yes. OAuth tokens are scoped to your user and validated against Pletor's auth provider on every request. Tokens never leave your assistant; Pletor only receives the Bearer token the client sends. Asset visibility (private / shared / public) follows the same rules as in the Pletor web app.

Last updated