MCP.so
登录

XPOS - Expo Starter CLI

@expo-starter

关于 XPOS - Expo Starter CLI

Official Expo Starter CLI & MCP server.

基本信息

分类

开发工具

许可证

MIT license

运行时

node

传输方式

stdio

发布者

expo-starter

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "cli-expo-starter": {
      "command": "npx",
      "args": [
        "xpos",
        "mcp",
        "install",
        "<client>"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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"]
    }
  }
}

评论

开发工具 分类下的更多 MCP 服务器