# Expo — how to use (mcp.ai)

Your Expo and EAS project in natural language: up to date SDK docs, cloud builds (status, logs, trigger and cancel), EAS CI workflows, store submission and TestFlight data (crashes and feedback). Connect your Expo account in one click, no key or token.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_expo?ms=1781750700000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `expo_list`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/expo`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/expo/_endpoints`

## Example prompts
- "What's the status of my latest EAS build?"
- "Show me the logs of the build that failed"
- "List the recent TestFlight crashes for my app"

## More
- Page: https://mcp.ai/expo
- Agent spec (llms.txt): https://mcp.ai/expo/llms.txt
- Postman collection: https://mcp.ai/expo/postman.json
