StackMCP

Mobile Developer Stack for Claude Code

Intermediate5 servers62.8K tokens

Configuration

{
  "mcpServers": {
    "expo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "expo-mcp"
      ],
      "env": {
        "EXPO_TOKEN": "YOUR_EXPO_TOKEN"
      }
    },
    "xcodebuild-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp"
      ]
    },
    "mobile-next-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mobile-mcp"
      ]
    },
    "figma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "YOUR_FIGMA_ACCESS_TOKEN"
      }
    },
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
      }
    }
  }
}

CLI Commands

Alternatively, add each server via the Claude Code CLI:

claude mcp add expo-mcp -e EXPO_TOKEN=YOUR_EXPO_TOKEN -- npx -y expo-mcp
claude mcp add xcodebuild-mcp -- npx -y xcodebuildmcp
claude mcp add mobile-next-mcp -- npx -y @anthropic/mobile-mcp
claude mcp add figma-mcp -e FIGMA_ACCESS_TOKEN=YOUR_FIGMA_ACCESS_TOKEN -- npx -y figma-mcp
claude mcp add sentry-mcp -e SENTRY_AUTH_TOKEN=YOUR_SENTRY_AUTH_TOKEN -- npx -y sentry-mcp

Where to save

Paste the config above into:

~/.claude.json

Environment Variables

Replace the YOUR_ placeholders with your actual values.

EXPO_TOKEN

Expo access token for EAS services

Used by: Expo MCP

FIGMA_ACCESS_TOKENrequired

Figma personal access token

Used by: Figma MCP

SENTRY_AUTH_TOKENrequired

Sentry auth token

Used by: Sentry MCP

What’s in this stack

Expo MCP15 tools

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.

Figma MCP8 tools

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.

Sentry MCP8 tools

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.

Other editors