StackMCP
mobileOfficial

Expo MCP

88

Expo

Build and manage React Native apps with Expo SDK guidance, EAS Build, EAS Update, simulator automation, and mobile development tools.

37.5k4.5k/wk7.7K tokens(4%)Official1w ago
react-nativemobileexpoiosandroid

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "expo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "expo-mcp"
      ],
      "env": {
        "EXPO_TOKEN": "YOUR_EXPO_TOKEN"
      }
    }
  }
}
View on GitHubnpm