Mobile Developer Stack for Continue
Configuration
mcpServers:
- name: expo-mcp
command: npx
args:
- -y
- expo-mcp
env:
EXPO_TOKEN: YOUR_EXPO_TOKEN
- name: xcodebuild-mcp
command: npx
args:
- -y
- xcodebuildmcp
- name: mobile-next-mcp
command: npx
args:
- -y
- @anthropic/mobile-mcp
- name: figma-mcp
command: npx
args:
- -y
- figma-mcp
env:
FIGMA_ACCESS_TOKEN: YOUR_FIGMA_ACCESS_TOKEN
- name: sentry-mcp
command: npx
args:
- -y
- sentry-mcp
env:
SENTRY_AUTH_TOKEN: YOUR_SENTRY_AUTH_TOKENWhere to save
Paste the config above into:
~/.continue/config.yamlEnvironment Variables
Replace the YOUR_ placeholders with your actual values.
EXPO_TOKENExpo access token for EAS services
Used by: Expo MCP
FIGMA_ACCESS_TOKENrequiredFigma personal access token
Used by: Figma MCP
SENTRY_AUTH_TOKENrequiredSentry auth token
Used by: Sentry MCP
What’s in this stack
Build and manage React Native apps with Expo SDK guidance, EAS Build, EAS Update, simulator automation, and mobile development tools.
EAS builds, OTA updates, and app store submission from your editor. The core of any React Native workflow.
Build, test, and deploy iOS and macOS apps from your AI editor. Full Xcode project control with simulator management, UI automation, and debugging.
Full Xcode project control — build, test, deploy, and manage simulators for iOS/macOS without leaving your AI assistant.
Cross-platform mobile automation for iOS and Android. Control emulators, simulators, and real devices with accessibility-tree-based interactions.
Test on real devices and emulators across iOS and Android. Accessibility-tree-based interactions for reliable UI automation.
Access Figma designs, extract design tokens, inspect layers, and bridge the gap between design and code from your AI editor.
Mobile UI is design-driven. Pull exact specs, spacing, and component details from Figma into your code.
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
Mobile crashes are hard to reproduce. Sentry surfaces device-specific errors so your AI can debug them in context.