Mmcp.market

XCRS Mobile & TV Automation MCP server

by smbcloudXYZ·io.github.smbcloudXYZ/xcrs·v0.5.2

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

A90/100grade A
What users say
No reviews yet
Be the first
Safety scan
A90/100

full report

Adoption
Growing

7 stars

Reviews

Write one

Nobody has reviewed XCRS Mobile & TV Automation yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

XCRS Mobile & TV Automation tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scanpackage could not be scannedn/a
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 12 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 90/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the XCRS Mobile & TV Automation repository's README, as published. We do not edit it. Read it on GitHub

<!-- LOGO --> smbCloud CLI smbCloud Mail, Auth, Deploy, and GresIQ from your terminal or your AI agent. Website · Documentation · Contributing · Releases

About

smb is the command-line interface for smbCloud. It is also an MCP server, so Claude, Cursor, and other AI agents can run the same operations you do.

Send transactional email and set up domains and inbox routing on smbCloud Mail, manage authentication apps on smbCloud Auth, and deploy Rust, Node.js, Ruby, or Swift apps. One binary, no runtime to install.

Install

If you want the quickest setup, use a pre-built native binary.

Homebrew (macOS & Linux)

brew tap smbcloudXYZ/tap && brew trust --tap smbcloudXYZ/tap
brew install cli

npm

npm install -g @smbcloud/cli

.NET tool

dotnet tool install --global SmbCloud.Cli

pip

pip install smbcloud-cli

Shell (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-unix.sh | sh

PowerShell (Windows)

irm https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-windows.sh | iex

Or grab a pre-built binary from the Releases page.

Quick Start

smb login
smb init
smb deploy

That gets you from login to first deploy.

MCP server

smb --mcp speaks the Model Context Protocol over stdio, exposing 31 tools across smbCloud Mail, Auth, projects, and deployments. It is listed in the official MCP Registry as io.github.smbcloudXYZ/smbcloud-cli.

Claude Code:

claude mcp add smbcloud -- smb --mcp

Claude Desktop, Cursor, and anything else that takes a JSON config:

{
  "mcpServers": {
    "smbcloud": {
      "command": "npx",
      "args": ["@smbcloud/cli", "--mcp"]
    }
  }
}

Auth comes from smb login, so a terminal session and an agent session share the same token and the same selected project. See docs/mcp.md for the full tool reference.

For mobile and TV app testing, run the focused XCRS Mobile & TV Automation profile:

claude mcp add xcrs -- smb --mcp --scope automation

It exposes target-aware Xcode, ControlKit, CoreDevice, and adb tools without mixing them into the cloud tool set. The same profile is also available from the standalone xcrs --mcp crate.

CI / non-interactive mode

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

The registry entry has no remote endpoint or installable package.

XCRS Mobile & TV Automation: common questions

Is XCRS Mobile & TV Automation MCP server safe?
Yes, by our scan: it is graded A (90/100). Read the XCRS Mobile & TV Automation safety report
Does XCRS Mobile & TV Automation need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is XCRS Mobile & TV Automation maintained?
The last commit was 13 days ago (2026-09-10). The latest release is v0.5.2.
What can I use instead of XCRS Mobile & TV Automation?
Servers from other publishers that do the same job: Mobile MCP server, MCP Appium - Mobile Development and Automation Server MCP server and Appllama MCP server. Compare all XCRS Mobile & TV Automation alternatives.

Alternatives to XCRS Mobile & TV Automation

Same job from other publishers: the closest match first, then the best rated.

All XCRS Mobile & TV Automation alternatives →
  • Mobile
    MCP server for iOS and Android Mobile Development, Automation and Testing
    A
  • MCP Appium - Mobile Development and Automation Server
    MCP server for Appium mobile automation on iOS and Android devices with test creation tools.
    A
  • Appllama
    Study screens, flows and paywalls from top-earning iOS apps, then build from what wins.
    A

More from smbcloudXYZ