React Native Expo MCP

React Native Expo MCP

An MCP server designed for React Native and Expo development that provides specialized tools for project scaffolding, architectural best practices, and troubleshooting. It enables AI assistants to guide users through setup, navigation configuration, and CI/CD processes using modern stacks like NativeWind and Zustand.

Category
Visit Server

README

react-native-expo-mcp

MCP server for React Native + Expo development with Claude Code.

Gives Claude deep knowledge about Expo Router, NativeWind, Zustand + MMKV, Axios, TanStack Query, EAS Build, performance optimization, and TypeScript patterns — so it automatically calls the right tool while you code.

Two ways to use this

Option A — MCP Server (recommended)

Claude calls the tools automatically during development. No copy-paste needed.

git clone https://github.com/zahargusyatin/react-native-expo-mcp.git
cd react-native-expo-mcp
npm install && npm run build
claude mcp add --global react-native-expo -- node /path/to/react-native-expo-mcp/dist/index.js

After connecting, Claude will automatically call the right tool when you ask it to create a component, screen, store, API hook, etc.

Option B — Read the source docs directly

If you don't want to run an MCP server, the source material is in docs/. These are the original reference documents the MCP content is based on — you can paste them into any AI chat or read them yourself.

File Contents
docs/best-practices.md Architecture, Logic/UI separation, components, state, API, styling, navigation
docs/setup-tutorial.md Step-by-step project setup (tools → EAS → CI/CD)
docs/callstack-optimization.md Performance deep-dive: lists, memory, Concurrent React, Reanimated, bundle analysis

Tools (13 total)

Pattern tools — Claude calls these automatically while coding

Tool Call when...
get-component-patterns Creating a component, button, card, list item
get-screen-architecture Creating a new screen or route
get-navigation-patterns Working with routes, deep links, auth guard
get-state-patterns Creating a Zustand store or working with global state
get-api-patterns Creating API services or data fetching hooks
get-styling-patterns Styling components with NativeWind
get-performance-patterns Optimizing lists, images, bundle, animations
get-project-structure Deciding where to place a new file
get-typescript-patterns Writing types or interfaces
get-memory-optimization Debugging memory leaks or performance issues

Setup tools — used once when creating a project

Tool Purpose
setup-new-project Step-by-step guide for creating a new Expo project from scratch
generate-project-files Generates starter files (layouts, store, API client, screens, config)
generate-claude-md Generates CLAUDE.md with project rules and MCP tool usage instructions

Prompt

init-mobile-project — interactive wizard that asks about your project and calls the right tools.


How automatic tool calling works

When you add generate-claude-md output to your project as CLAUDE.md, Claude knows to call tools automatically:

You: "Create a product card component"
Claude: calls get-component-patterns → reads Pressable, expo-image, React.memo patterns → writes correct code

You: "Add a catalog screen"
Claude: calls get-screen-architecture → reads Logic/UI separation rules → creates Route + ScreenUI files

You: "The list is laggy"
Claude: calls get-performance-patterns → reads LegendList, FlashList, getItemLayout → optimizes

Tech stack covered

  • Expo (Managed Workflow) + Expo Router (file-based routing)
  • TypeScript strict mode + path aliases
  • NativeWind v4 (Tailwind CSS for React Native)
  • Zustand + MMKV (state + persistence)
  • Axios + TanStack Query v5 (API + server state)
  • EAS Build + OTA Updates + GitHub Actions
  • react-native-reanimated, expo-image, LegendList / FlashList
  • React Compiler (React 19+), Concurrent React, memory profiling

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
React Native Expo MCP