Official CLI for Expo Starter tools and MCP configuration.
npx xpos mcp install <client>
- cursor
- windsurf
- claude
- cline
- roo-cline
Add to your MCP config:
{
"mcpServers": {
"@expo-starter/mcp-remote": {
"command": "npx",
"args": ["mcp-remote", "https://expostarter.com/api/mcp"]
}
}
}