PluginBench
MCP Server
Active

XCRS Mobile & TV Automation MCP Server

io.github.smbcloudXYZ/xcrs

What is the XCRS Mobile & TV Automation MCP server?

MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV.

How to install XCRS Mobile & TV Automation

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xcrs": {
      "command": "xcrs",
      "args": [
        "--mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xcrs": {
      "command": "xcrs",
      "args": [
        "--mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xcrs": {
      "command": "xcrs",
      "args": [
        "--mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xcrs": {
      "type": "stdio",
      "command": "xcrs",
      "args": [
        "--mcp"
      ]
    }
  }
}
Claude Code
claude mcp add xcrs -- xcrs --mcp

Related MCP servers

Email infrastructure and authentication for developers: domains, inbox routes, auth apps, deploys.

7
Rust
View repository →