← Browse

@rahulec08/mcp-appium

B

MCP server package mcp-appium

mcp_servermcp

Install

agr install @rahulec08/mcp-appium --target claude

This artifact does not publish files for Claude.

Document

{ "name": "mcp-appium", "version": "1.0.0", "description": "MCP Server for Appium mobile automation", "main": "dist/index.js", "type": "module", "bin": { "mcp-appium": "./dist/launcher.js", "mcp-appium-cli": "./dist/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "ts-node examples/appium-test.ts", "lint": "eslint src/**/*.ts", "clean": "rimraf dist", "prepare": "npm run build", "launch": "node dist/launcher.js", "cli": "node dist/cli.js" }, "keywords": [ "mcp", "appium", "mobile", "automation", "testing" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "@types/xml2js": "^0.4.14", "appium": "^2.4.1", "appium-uiautomator2-driver": "^2.34.1", "appium-xcuitest-driver": "^5.11.0", "appium-webdriveragent": "^9.6.1", "wd": "^1.14.0", "webdriverio": "^8.29.0", "xml2js": "^0.6.2", "zod": "^3.22.4", "applesign": "5.0.0", "archiver": "^5.3.1", "ios-mobileprovision-finder": "1.2.1", "rimraf": "^6.0.1", "rxjs": "^7.8.1" }, "devDependencies": { "@types/node": "^20.11.17", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • warnFreshnessstale (>1y)

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-235d166f09d52026-08-03