AgentHubAgentHub

scrcpy-mcp

MCP ServerMCP Registry官方收录

io.github.JuanCF/scrcpy-mcp · v0.2.3

MCP server for Android device control via ADB and scrcpy

概览

scrcpy-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "scrcpy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrcpy-mcp"
      ]
    }
  }
}

环境变量

ANDROID_SERIAL可选

Target device serial number (from `adb devices`). Required when multiple devices are connected.

ADB_PATH可选

Custom path to the adb binary. Defaults to 'adb' on PATH.

SCRCPY_SERVER_PATH可选

Path to the scrcpy-server.jar file. Only needed if not installed in a standard location.

相关资源

统一 Manifest

{
  "id": "io.github.JuanCF/scrcpy-mcp",
  "type": "mcp-server",
  "version": "0.2.3",
  "displayName": "scrcpy-mcp",
  "description": "MCP server for Android device control via ADB and scrcpy",
  "repository": {
    "url": "https://github.com/JuanCF/scrcpy-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "scrcpy-mcp",
        "version": "0.2.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ANDROID_SERIAL",
            "description": "Target device serial number (from `adb devices`). Required when multiple devices are connected."
          },
          {
            "name": "ADB_PATH",
            "description": "Custom path to the adb binary. Defaults to 'adb' on PATH."
          },
          {
            "name": "SCRCPY_SERVER_PATH",
            "description": "Path to the scrcpy-server.jar file. Only needed if not installed in a standard location."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.JuanCF/scrcpy-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JuanCF%2Fscrcpy-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
scrcpy-mcp — MCP Server 安装与配置 · AgentHub