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