# Expo — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/expo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_expo?ms=1781750760000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/expo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/expo/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/expo/skill.md Postman collection (v2.1): https://mcp.ai/expo/postman.json ## 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" ## Links Docs: https://mcp.ai/docs/mcps/expo Website: https://mcp.ai/mcps/expo