Claude Desktop Chat Setup
Claude Desktop is the main end-user-facing Claude app for the local Automation Agent Chat workflow.
This page is for the Chat tab in Claude Desktop and for the Claude Desktop Chat mode in the Automation Agent panel.
The current supported local path is:
- install the Automation Agent
.mcpbdesktop extension - install the Automation Agent Claude Skill ZIP
- then let Claude Desktop Chat launch the local
stdioruntime when you use the tools
This page sets up Claude Desktop Chat as an Assistant surface. It does not configure Claude as Workflow AI for saved workflows.
If the two roles are new to you, read AI Setup Roles first.
Which Role Does This Set Up?
| Role | Supported through Claude Desktop Chat? | What needs to be configured |
|---|---|---|
| Assistant | yes, with the Chat tab / stdio path | .mcpb desktop extension plus Claude Skill ZIP |
| Workflow AI | no | use Claude Code Setup and configure Claude Code CLI instead |
Claude Desktop Chat can call Automation Agent tools during a chat session. It is not the command-line provider that saved workflows call from askAgent.
Important:
- use the panel in
Claude Desktop Chatmode - that mode expects a client-launched local stdio runtime
- this is different from
Codex / Claude Codemode, which uses the panel-managed local HTTP MCP server
What You Need
You need two files from the Automation Agent Claude Desktop export folder:
automation-agent-claude-desktop-extension.mcpbautomation-agent-claude-skill.zip
You can open that folder from the Automation Agent panel with:
MCP ServerAgent SetupOpen Desktop Export Folder
Install Steps
The animation below shows the current install steps for the Claude Skill ZIP and the MCPB package:

1. Install the Desktop Extension
- Open the Claude Desktop export folder from the panel.
- Double-click
automation-agent-claude-desktop-extension.mcpb. - Claude Desktop should open and offer to install the extension.
2. Install the Claude Skill
- Open Claude Desktop.
- Go to
Customize. - Open
Skills. - Click
+. - Choose
Upload a Skill. - Select
automation-agent-claude-skill.zip.
3. Restart Claude Desktop
After installing both files, fully quit Claude Desktop and open it again.
4. Open Adobe Premiere and the Automation Agent panel
Then:
- open Adobe Premiere
- open the Automation Agent panel
- switch to the
MCP Servertab - make sure the panel is in
Claude Desktop Chatmode
In this mode, the panel does not start the usual panel-managed HTTP MCP server. Claude Desktop Chat should launch its own local stdio runtime, and the panel should attach to it.
What The Claude Skill Does
The Claude Skill is the guidance layer.
It teaches Claude:
- when to inspect before acting
- when to ask clarifying questions
- how to author valid Automation Agent workflows
- how to recover cleanly from tool or authoring errors
Without that guidance, the server may still connect, but results are usually weaker and less reliable.
What This Page Is For
Important clarification:
- the Claude Desktop app currently has three tabs:
Chat,Cowork, andCode - this page is about the Chat tab
- the
Codetab is Claude Code and uses the separate Claude Code config path (~/.claude.json/.mcp.json) Coworkis currently not a supported local Automation Agent workflow
For the more technical Claude workflow, see:
What Happens After Setup
After the extension and skill are installed:
- Claude Desktop Chat should launch the local Automation Agent runtime itself
- the Automation Agent panel should attach to that runtime
- you should then be able to call tools like
runDslProgramfrom Chat
If the panel later shows the wrong runtime mode, switch back to Claude Desktop Chat mode and restart Claude Desktop.
If You Also Want Claude As Workflow AI
Configure Claude Code CLI separately.
In AI Setup, use Guided Setup or Advanced Provider Setup to:
- install or find the
claudecommand-line tool - run
claude auth login - save and test the Claude Code CLI Workflow AI provider
That provider is what saved workflows can call later. It is separate from the Claude Desktop Chat extension.