Hugging Face's official MCP server — search the Hub's models, datasets and Spaces, read repository files, and call thousands of Gradio applications as tools from one remote endpoint.
Expo MCP Server
Summary
Expo's official remote MCP server — searches Expo docs, installs compatible SDK packages, triggers and monitors EAS builds, and drives iOS/Android simulators.
Features
- Hosted remote server at https://mcp.expo.dev/mcp over Streamable HTTP with OAuth
- Fetches and searches current Expo SDK documentation on demand
- Installs compatible dependency versions through npx expo install
- Triggers and monitors EAS builds and workflows
- Pulls TestFlight crash data, tester feedback and App Store reviews
- Local mode drives simulators: screenshots, tap and testID lookup, app logs
- React Native DevTools integration and Expo Router sitemap generation
- Available on the Free plan with a monthly usage allowance
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
The Expo MCP Server is the official Model Context Protocol server from Expo, the team behind the React Native framework and the EAS build service. It is aimed at developers who build native iOS and Android apps with Expo and want their coding agent to work against the real project rather than from memory of an SDK version that has since moved on.
It runs as a hosted remote server over Streamable HTTP at https://mcp.expo.dev/mcp, authenticated with OAuth against an Expo account, so there is nothing to install to get the server-side half of it. Those hosted tools cover four jobs: fetching and searching the current Expo documentation on demand, resolving dependencies through npx expo install so the agent picks versions that are actually compatible with the project's SDK, triggering and monitoring EAS builds and workflows, and pulling TestFlight crash reports, tester feedback and App Store reviews back into the conversation.
A second, local half unlocks once the project adds the expo-mcp dev dependency (Expo SDK 54 or newer) and the dev server is started with EXPO_UNSTABLE_MCP_SERVER=1 npx expo start. That gives the agent a running simulator to work with: it can capture screenshots, tap and find elements by testID, read app logs, attach to React Native DevTools, and generate an Expo Router sitemap. The practical effect is that an agent can make a change and then look at the result, instead of reporting a fix it never saw render.
Expo lists Claude (web, desktop and mobile), Claude Code, Cursor, VS Code and Codex as supported clients, and publishes a Claude Connector that needs no local install at all. An Expo account is required. Since the 26 May 2026 changelog the server is available on the Free plan with a monthly usage allowance shared across a billing account, though search_documentation still requires a paid EAS plan.
Related MCP Servers
Qase test management over MCP: 36 task-oriented tools for cases, runs, results, defects and QQL search, hosted at mcp.qase.io or self-run with your own API token.
Arm's official MCP server for porting and tuning software on Arm — semantic docs search, codebase migration scanning, container architecture checks and LLVM-MCA assembly analysis.
Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.