Back to Integrations
Expo Starter MCP
Production-grade MCP is designed to assist in setting up and coding an Expo App more efficiently.
Last updated: 1/27/2026
README
# XPOS - Expo Starter CLI
Official CLI for Expo Starter tools and MCP configuration.
<div align="center">
<img src="https://github.com/expo-starter/cli/blob/main/assets/cli.png" alt="CLI" />
</div>
## Available Commands
### Install MCP configuration
```bash
npx xpos mcp install <client>
```
### Supported Clients
- [x] cursor
- [x] windsurf
- [x] claude
- [x] cline
- [x] roo-cline
## Manual Installation
Add to your MCP config:
```json
{
"mcpServers": {
"@expo-starter/mcp-remote": {
"command": "npx",
"args": ["mcp-remote", "https://expostarter.com/api/mcp"]
}
}
}
```Installation
Add this MCP to your configuration:
{
"mcpServers": {
"expo-starter-mcp": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.