Codemagic

Codemagic MCP Connector for Claude

A+

Automate mobile CI/CD workflows — trigger builds, manage artifacts, and update environment variables directly from your AI agent.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Codemagic account to any AI agent and streamline your mobile application delivery pipeline through natural language commands.

What you can do

  • Build Orchestration — Start new builds for specific apps and workflows, with the ability to override branches, tags, and machine instances.
  • Build Control — Instantly cancel ongoing builds that are no longer needed to save resources and time.
  • Artifact Management — Retrieve authenticated download URLs for build outputs or generate temporary public links for external stakeholders.
  • Environment Configuration — Programmatically add variables or secrets to your variable groups (v3 API) to keep your CI/CD environment up to date.
  • Workflow Customization — Pass custom labels and environment overrides to tailor builds for specific testing or release scenarios.

How it works

  1. Subscribe to this server
  2. Enter your Codemagic API Token
  3. Start managing your mobile pipelines from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Mobile Developers — trigger builds and check artifact status without leaving your code editor.
  • DevOps Engineers — automate the management of environment variables and build labels across multiple applications.
  • Release Managers — generate public download links for QA teams or stakeholders instantly via chat.
mobile-cicdbuild-automationios-android-buildsartifact-managementcontinuous-integration

5 tools expose this connector's capabilities to your AI agent.

add_variables_to_group

Add variables to a variable group

cancel_build

Cancel a Codemagic build

create_public_artifact_url

Create a public download URL for an artifact

get_artifact

Get authenticated download URL for an artifact

start_build

Overrides trigger/branch configs. Start a new Codemagic build

See how to talk to your AI agent using Codemagic.

Start a new build for app '642a1b2c3d4e5f' using the 'release-workflow' on the 'main' branch.

I've triggered the build for you. The build process has started for the 'main' branch using the specified workflow. You can track its progress in your Codemagic dashboard.

Generate a public download link for the artifact at 'build/outputs/app-release.ipa' that expires in 24 hours.

I've generated a temporary public URL for your artifact. It will be valid for the next 24 hours: [URL].

Add a secure variable 'API_KEY' with value 'secret123' to the variable group 'prod-secrets'.

The secure variable 'API_KEY' has been successfully added to the 'prod-secrets' group.

Yes! Use the `start_build` tool and provide the `appId`, `workflowId`, and either the `branch` or `tag` name. You can even specify the `instanceType` if you need a specific build machine.

Related Connectors