XPOS - Expo Starter CLI
@expo-starter
About XPOS - Expo Starter CLI
Official Expo Starter CLI & MCP server.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cli-expo-starter": {
"command": "npx",
"args": [
"xpos",
"mcp",
"install",
"<client>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is XPOS - Expo Starter CLI?
It is the official CLI for Expo Starter tools and MCP configuration, allowing users to install MCP (Model Context Protocol) setup for supported AI clients.
How to use XPOS - Expo Starter CLI?
Run npx xpos mcp install <client> where <client> is one of the supported editors. Alternatively, manually add the provided JSON configuration to your MCP config file.
Key features of XPOS - Expo Starter CLI
- One‑command MCP installation for popular AI clients
- Supports cursor, windsurf, claude, cline, and roo‑cline
- Manual configuration option via JSON snippet
- Remote MCP server hosted at expostarter.com/api/mcp
Use cases of XPOS - Expo Starter CLI
- Quickly add Expo Starter MCP support to Cursor IDE
- Configure MCP for Claude desktop or CLI client
- Set up MCP in Windsurf, Cline, or Roo‑Cline environments
- Integrate Expo Starter tools into an AI‑assisted development workflow
FAQ from XPOS - Expo Starter CLI
Which AI clients are supported?
Cursor, Windsurf, Claude, Cline, and Roo‑Cline.
How do I install MCP configuration?
Run npx xpos mcp install <client> in your terminal, replacing <client> with the name of your editor.
How do I manually configure MCP?
Add the following JSON to your MCP config file:
{
"mcpServers": {
"@expo-starter/mcp-remote": {
"command": "npx",
"args": ["mcp-remote", "https://expostarter.com/api/mcp"]
}
}
}
Frequently asked questions
Which AI clients are supported?
Cursor, Windsurf, Claude, Cline, and Roo‑Cline.
How do I install MCP configuration?
Run `npx xpos mcp install <client>` in your terminal, replacing `<client>` with the name of your editor.
How do I manually configure MCP?
Add the following JSON to your MCP config file: ```json { "mcpServers": { "@expo-starter/mcp-remote": { "command": "npx", "args": ["mcp-remote", "https://expostarter.com/api/mcp"] } } } ```
Basic information
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Comments