MCP tools for EAS Build and Workflows

Mustafa AbbanMustafa Abban
MCP tools for EAS Build and Workflows

Expo MCP Server now includes tools that allow your AI assistants to interact directly with your EAS Builds and Workflows. These tools enable you to manage builds, trigger workflows, and automate debugging issues, all through interacting with your favorite AI-assisted development tools like Claude Code, Cursor, and VS Code.

What's new

Build management tools

You can now ask your AI assistant to:

  • build_info Check build status: "Get the status of my latest iOS build"
  • build_list List builds: “What are my recent builds”
  • build_logs View build logs: "Show me the logs for the failed build"
  • build_run Trigger new builds: "Run a production build for iOS"
  • build_cancel Cancel running builds: "Cancel the build that is currently in progress"
  • build_submit Submit to app stores: "Submit the latest build to the App Store"

Workflow automation tools

Manage your entire workflow pipeline through conversational prompts:

  • workflow_create Create workflows: "Create a workflow for building and deploying"
  • workflow_info Monitor runs: "Get the status of the latest workflow run"
  • workflow_list List workflows: “What are my recent workflows”
  • workflow_logs View logs: "Show me the logs for the build job in the workflow"
  • workflow_run Trigger runs: "Run the build-and-deploy workflow"
  • workflow_validate Validate configurations: "Validate my workflow file"
  • workflow_cancel Cancel workflows: "Cancel the running workflow"

Examples

Retrieve recent workflow runs and investigate the root cause behind their failures.

Example scenario with interacting with build tools to inspect and rerun a build.

Getting started

We are excited to share these tools with the Expo community! To use these tools, you'll need:

  • An EAS paid plan
  • The Expo MCP Server configured in your AI-assisted tool
  • An authenticated connection to your Expo account

Learn more in our MCP documentation.