# Expo Starter MCP
Production-grade MCP is designed to assist in setting up and coding an Expo App more efficiently.
README: https://github.com/expo-starter/cli
XPOS - Expo Starter CLI
Official CLI for Expo Starter tools and MCP configuration.
Available Commands
Install MCP configuration
npx xpos mcp install <client>
Supported Clients
- cursor
- windsurf
- claude
- cline
- roo-cline
Manual Installation
Add to your MCP config:
{
"mcpServers": {
"@expo-starter/mcp-remote": {
"command": "npx",
"args": ["mcp-remote", "https://expostarter.com/api/mcp"]
}
}
}


