Supports creation and management of cloud builds for Android platform through EAS Build, including native project generation and build monitoring.
Allows submission of iOS builds to App Store Connect and TestFlight through EAS Submit integration.
Enables programmatic interaction with Expo projects and EAS (Expo Application Services), including project initialization, package management, cloud builds, over-the-air updates, and app submissions to stores.
Enables submission of Android builds to Google Play Console through EAS Submit integration.
Supports creation and management of cloud builds for iOS platform through EAS Build, including native project generation and build monitoring.
Provides access to React Native documentation and troubleshooting guides for managing React Native projects through Expo.
Expo MCP Server
Model Context Protocol server for Expo.dev — programmatically manage Expo projects and EAS services through AI assistants like Claude.
What It Does
This MCP server gives AI assistants full control over Expo/React Native development workflows:
Category | Capabilities |
Project Setup | Initialize projects, install packages, configure apps, generate native code |
Cloud Builds | Trigger iOS/Android builds, monitor progress, view logs, cancel builds |
OTA Updates | Publish updates to branches, manage channels, instant deployments |
App Submission | Submit to App Store Connect and Google Play Console |
Diagnostics | Run health checks, validate configurations |
Quick Start
Install via Smithery
Or Add to MCP Config
Get your token at expo.dev/settings/access-tokens
Tools
Project Management
expo_init_project— Create new Expo projects with templatesexpo_install_packages— Install packages with version validationexpo_get_config— View and validate app configurationexpo_prebuild— Generate native iOS/Android directories
EAS Build
eas_build_create— Trigger cloud builds (iOS, Android, or both)eas_build_list— List builds with filteringeas_build_status— Get build status and logseas_build_cancel— Cancel in-progress builds
EAS Update (OTA)
eas_update_publish— Publish over-the-air updateseas_update_list— List published updateseas_channel_create— Create update channels
EAS Submit
eas_submit_ios— Submit to App Store Connect/TestFlighteas_submit_android— Submit to Google Play Console
Utilities
expo_doctor— Run project diagnosticsexpo_whoami— Check authentication statuseas_project_info— Get EAS project metadata
Resources
The server exposes documentation as MCP resources:
Example Workflows
"Build my app for both platforms"
"Push a hotfix to production"
"Submit the latest build to TestFlight"
Output Formats
All tools support:
markdown(default) — Human-readable tablesjson— Structured data for processing
Development
Architecture
Built with TypeScript, MCP SDK, and Zod validation.
Requirements
Node.js 18+
Expo account with access token
Links
License
MIT