MCP Mode

MCP Mode turns Atom for Premiere into a local server that external coding agents can connect to. Instead of chatting inside the panel, use Claude Code, Codex CLI, Cursor, or another compatible client to control the open Premiere project through Atom's tools.

The Atom panel must stay open in Premiere while MCP Mode is active because it is the bridge to the project.

Enabling MCP Mode

Open Settings → MCP Mode. You will see toggles for supported agents and a URL option for other clients.

  • Claude Code — Toggle on to register Atom as an MCP server with Claude Code automatically
  • Codex CLI — Toggle on to register Atom with Codex CLI automatically
  • Cursor — Toggle on to add Atom to Cursor's MCP configuration automatically
  • URL — Toggle on to get a raw URL you can copy into any MCP-compatible client

Toggling any of these on starts the MCP server and replaces the chat with a server view.

The automatic connections require the matching client to be installed. After connecting one, start a new chat in that client so it loads Atom’s tools.

Port Configuration

By default, Atom picks an open port automatically. You can also set a fixed port in the Port field. The port must be between 1024 and 65535. Click Find Open Port to let Atom scan for an available one.

If you set a fixed port and it is already in use, Atom will show an error and ask you to choose another.

Connecting Manually

If your agent is not listed in the settings toggles, use the URL toggle to start the server and copy the URL. The URL format is:

http://127.0.0.1:{port}/mcp

You can then register this URL with any MCP-compatible client following that client’s own documentation.

The MCP server only accepts local connections (127.0.0.1). It is not accessible from other machines on your network.

Returning to Chat

To return to the normal chat interface, open Settings and turn off all the MCP Mode toggles. Atom will stop the MCP server and switch back to the chat view.

You can switch between modes at any time without losing your settings or skills.

The first time you enable MCP Mode, Atom asks you to confirm the switch from built-in chat to server mode.