SkillAgentSearch skills...

claude-in-mobile

MCP server for mobile and desktop automation — Android (via ADB), iOS Simulator (via simctl), and Desktop (Compose Multiplatform). Like Claude in Chrome but for mobile devices and desktop apps

Install / Use

claude mcp add AlexGladkov -- npx -y github:AlexGladkov/claude-in-mobile

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

46/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

{ "name": "mcp-devices", "version": "4.1.0", "description": "MCP server for mobile, desktop and browser automation - Android (ADB), iOS Simulator (simctl), Desktop (Compose), Browser (CDP)", "type": "module", "main": "dist/index.js", "bin": { "mcp-devices": "dist/index.js", "claude-in-mobile": "dist/index.js" }, "workspaces": [ "packages/" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./device-manager": { "types": "./dist/device-manager.d.ts", "default": "./dist/device-manager.js" }, "./errors": { "types": "./dist/errors.d.ts", "default": "./dist/errors.js" }, "./adapters/": { "types": "./dist/adapters/.d.ts", "default": "./dist/adapters/.js" }, "./adb/": { "types": "./dist/adb/.d.ts", "default": "./dist/adb/.js" }, "./ios/": { "types": "./dist/ios/.d.ts", "default": "./dist/ios/.js" }, "./desktop/": { "types": "./dist/desktop/.d.ts", "default": "./dist/desktop/.js" }, "./utils/": { "types": "./dist/utils/.d.ts", "default": "./dist/utils/.js" }, "./tools/registry": { "types": "./dist/tools/registry.d.ts", "default": "./dist/tools/registry.js" }, "./tools/helpers/": { "types": "./dist/tools/helpers/.d.ts", "default": "./dist/tools/helpers/.js" }, "./tools/context/": { "types": "./dist/tools/context/.d.ts", "default": "./dist/tools/context/.js" }, "./plugins/": { "types": "./dist/plugins//index.d.ts", "default": "./dist/plugins//index.js" }, "./constants/": { "types": "./dist/constants/.d.ts", "default": "./dist/constants/.js" }, "./ui-tree/": { "types": "./dist/ui-tree/.d.ts", "default": "./dist/ui-tree/*.js" } }, "scripts": { "build": "npm run build --workspace=packages/plugin-api && tsc && npm run build --workspaces --if-present --workspace=packages/plugin-android --workspace=packages/plugin-ios --workspace=packages/plugin-desktop --workspace=packages/plugin-web --workspace=packages/plugin-aurora --workspace=packages/plugin-debug", "build:lite": "npm run build && npm run build --workspace=packages/lite", "prepare": "rm -rf node_modules/mcp-devices && ln -sf "$(pwd)" node_modules/mcp-devices 2>/dev/null || true", "build:desktop": "cd desktop-companion && ./gradlew installDist", "build:all": "npm run build && npm run build:desktop", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "android", "ios", "desktop", "browser", "compose", "adb", "simctl", "mobile", "automation", "claude", "anthropic", "model-context-protocol" ], "author": "Alex Gladkov", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AlexGladkov/claude-in-mobile.git" }, "bugs": { "url": "https://github.com/AlexGladkov/claude-in-mobile/issues" }, "homepage": "https://github.com/AlexGladkov/claude-in-mobile#readme", "engines": { "node": ">=18.0.0" }, "files": [ "dist", "desktop-companion/build/install/desktop-companion", "README.md" ], "dependencies": { "@mcp-devices/plugin-api": "1.0.0", "@modelcontextprotocol/sdk": "^1.0.0", "chrome-launcher": "^1.1.0", "chrome-remote-interface": "^0.33.0", "google-auth-library": "^10.6.2", "jimp": "^1.6.0", "zod": "^4.4.3" }, "optionalDependencies": { "sharp": "^0.35.3" }, "bundledDependencies": [ "@mcp-devices/plugin-api" ], "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0", "vitest": "^4.0.18" }, "overrides": { "sharp": "^0.35.3", "ip-address": "^10.5.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low