io.github.JuanCF/scrcpy-mcp
NPM · SCRCPY-MCP · SCANNED SEP 20
MCP server for Android device control via ADB and scrcpy
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 42 of 112 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to JuanCF/scrcpy-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 30 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 2202 tokens (~56/item across 39 items; 39 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 39 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.JuanCF/scrcpy-mcp server?
io.github.JuanCF/scrcpy-mcp runs locally as an npm package, launched with npx -y scrcpy-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · scrcpy-mcp
claude mcp add juancf-scrcpy-mcp -- npx -y scrcpy-mcp
{
"mcpServers": {
"juancf-scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
]
}
}
} {
"servers": {
"juancf-scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
]
}
}
} codex mcp add juancf-scrcpy-mcp -- npx -y scrcpy-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"juancf-scrcpy-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"scrcpy-mcp"
],
"enabled": true
}
}
} openclaw mcp add juancf-scrcpy-mcp --command npx --arg -y --arg scrcpy-mcp
mcp_servers:
juancf-scrcpy-mcp:
command: "npx"
args: ["-y", "scrcpy-mcp"] {
"McpServers": {
"juancf-scrcpy-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"scrcpy-mcp"
]
}
}
} assistant mcp add juancf-scrcpy-mcp -t stdio -c npx -a -y scrcpy-mcp
{
"mcpServers": {
"juancf-scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
- Stability: 0.97 → pass security
- 19 Sept 26 −1
- Stability: pass → 0.97 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 14 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/scrcpy-mcp@0.5.0
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | JuanCF/scrcpy-mcp |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/JuanCF/scrcpy-mcp/.github/workflows/publish.yml@refs/heads/main |
| Rekor log index | 2540635463 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:5d2dbc6b30268f70f4d8fb88b9dd2698a1b838ce1ca07219c48ab3c2333d06be10286ed477ac6caba4728835e8d46a5c9351bfda9a5d4a92c32f157d4 |
Background: How many MCP packages publish verified provenance →
Dependencies 112 packages
| Packages resolved | 112 |
|---|---|
| Stale | 42 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
app_current ~29
Get the currently foregrounded app package name and activity.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| activity | string|null | yes | Foreground activity name, if resolvable |
| packageName | string | yes | Package name of the foreground app |
No examples provided.
app_install ~48
Install an APK file on the device from the host machine.
| Name | Type | Req | Description |
|---|---|---|---|
| apkPath | string | yes | Absolute path to the APK file on the host machine |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Install result or error output from adb |
| success | boolean | yes | Whether the APK installed successfully |
No examples provided.
app_list ~79
List installed packages on the device. Optionally filter by name or restrict to system/third-party apps.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | Filter packages by name (partial match, case-insensitive) |
| serial | string | – | Device serial number |
| system | boolean | – | true = system apps only, false = third-party only, omit = all |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | Number of packages returned |
| packages | array | yes | Installed package names |
No examples provided.
app_start ~99
Launch an app on the device. Uses scrcpy START_APP when a session is active for faster launch, falls back to ADB `am start`. Supports force-stop prefix (+) to stop the app before launching.
| Name | Type | Req | Description |
|---|---|---|---|
| packageName | string | yes | Package name to launch (e.g., 'com.example.app'). Prefix with '+' to force-stop the app first (e.g., '+com.example.app') |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| source | string | – | Mechanism used to launch the app (scrcpy or adb) |
| success | boolean | yes | Whether the app was launched |
No examples provided.
app_stop ~47
Force-stop an app on the device.
| Name | Type | Req | Description |
|---|---|---|---|
| packageName | string | yes | Package name to force-stop (e.g., 'com.example.app') |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the app was force-stopped |
No examples provided.
app_uninstall ~47
Uninstall an app from the device.
| Name | Type | Req | Description |
|---|---|---|---|
| packageName | string | yes | Package name to uninstall (e.g., 'com.example.app') |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Uninstall result or error output from adb |
| success | boolean | yes | Whether the app was uninstalled |
No examples provided.
clipboard_get ~55
Get the current clipboard content from the device. Uses scrcpy GET_CLIPBOARD when a session is active (works on Android 10+), falls back to ADB clipboard commands.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Current clipboard text on the device |
| source | string | yes | Mechanism used to read the clipboard (scrcpy or adb) |
No examples provided.
clipboard_set ~80
Set the clipboard content on the device. Uses scrcpy SET_CLIPBOARD when a session is active (with optional paste flag), falls back to ADB clipboard commands.
| Name | Type | Req | Description |
|---|---|---|---|
| paste | boolean | – | Also simulate paste action (scrcpy only) |
| serial | string | – | Device serial number |
| text | string | yes | Text to set in the clipboard |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| source | string | – | Mechanism used to set the clipboard (scrcpy or adb) |
| success | boolean | yes | Whether the clipboard was set |
No examples provided.
collapse_panels ~35
Collapse all open panels (notification, settings) (requires active scrcpy session)
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
connect_wifi ~55
Enable WiFi ADB and connect to the device wirelessly. Returns the connection address.
| Name | Type | Req | Description |
|---|---|---|---|
| port | integer | – | TCP port for ADB connection (default: 5555) |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | – | The host:port the device was connected on |
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the wireless connection was established |
No examples provided.
device_info ~48
Get detailed info about a device: model, Android version, screen size, SDK level, battery level
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number. If omitted, uses the only connected device. |
| Name | Type | Req | Description |
|---|---|---|---|
| androidVersion | string|null | yes | Android release version |
| batteryLevel | – | yes | Battery level percentage |
| brand | string|null | yes | Device brand |
| manufacturer | string|null | yes | Device manufacturer |
| model | string|null | yes | Device model |
| screenHeight | integer | yes | Screen height in pixels |
| screenWidth | integer | yes | Screen width in pixels |
| sdkLevel | – | yes | Android SDK API level |
| serial | string | yes | Resolved device serial |
No examples provided.
device_list ~23
List all connected Android devices with their serial numbers, state, and model
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | Number of connected devices |
| devices | array | yes | Connected devices |
No examples provided.
disconnect_wifi ~40
Disconnect from a wireless ADB device
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Device address (e.g., 192.168.1.100:5555) |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
drag_drop ~109
Perform a drag and drop gesture from one point to another. Uses input draganddrop on Android 8.0+ (API 26), falls back to swipe on older versions.
| Name | Type | Req | Description |
|---|---|---|---|
| duration | integer | – | Duration in milliseconds |
| endX | integer | yes | End X coordinate |
| endY | integer | yes | End Y coordinate |
| serial | string | – | Device serial number |
| startX | integer | yes | Start X coordinate |
| startY | integer | yes | Start Y coordinate |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
expand_notifications ~29
Expand the notification panel (requires active scrcpy session)
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
expand_settings ~30
Expand the quick settings panel (requires active scrcpy session)
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
file_list ~47
List directory contents on the device.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute path to the directory on the device (e.g., /sdcard/) |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | Number of entries returned |
| entries | array | yes | Directory entries |
| path | string | yes | The directory that was listed |
No examples provided.
file_pull ~69
Pull a file from the device to the host machine.
| Name | Type | Req | Description |
|---|---|---|---|
| localPath | string | yes | Destination absolute path on the host machine |
| remotePath | string | yes | Path to the file on the device (e.g., /sdcard/myfile.txt) |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | adb pull result or a confirmation message |
| success | boolean | yes | Whether the file was pulled |
No examples provided.
file_push ~69
Push a file from the host machine to the device.
| Name | Type | Req | Description |
|---|---|---|---|
| localPath | string | yes | Absolute path to the file on the host machine |
| remotePath | string | yes | Destination path on the device (e.g., /sdcard/myfile.txt) |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | adb push result or a confirmation message |
| success | boolean | yes | Whether the file was pushed |
No examples provided.
input_text ~37
Type text into the currently focused input field
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| text | string | yes | Text to type |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
key_event ~68
Send a key event to the device. Supports keycodes like HOME, BACK, ENTER, VOLUME_UP, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| keycode | string|number | yes | Keycode name (e.g., 'HOME', 'BACK') or numeric value |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
long_press ~55
Perform a long press at the specified coordinates
| Name | Type | Req | Description |
|---|---|---|---|
| duration | integer | – | Duration in milliseconds |
| serial | string | – | Device serial number |
| x | integer | yes | X coordinate |
| y | integer | yes | Y coordinate |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
rotate_device ~29
Rotate the device screen (requires active scrcpy session)
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
screen_off ~24
Turn the device screen off
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
screen_on ~27
Wake the device screen (turn screen on)
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the result |
| success | boolean | yes | Whether the action succeeded |
No examples provided.
screen_record_start ~68
Start recording the screen. Recording continues until screen_record_stop is called.
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | – | Max recording duration in seconds (optional, device limit usually 180s) |
| remotePath | string | – | Path on device to save recording |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable status message |
| remotePath | string | – | Path on the device where the recording is saved |
| success | boolean | yes | Whether recording was started |
No examples provided.
screen_record_stop ~68
Stop screen recording and optionally pull the file to the host.
| Name | Type | Req | Description |
|---|---|---|---|
| localPath | string | – | Local path to save recording (only if pullToHost is true) |
| pullToHost | boolean | – | Pull the recording to the host machine |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| localPath | string | – | Host path the recording was pulled to, if requested |
| message | string | yes | Human-readable status message |
| success | boolean | yes | Whether recording was stopped |
No examples provided.
screenshot ~33
Take a screenshot of the Android device screen. Returns the image as base64.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| encoding | string | yes | Encoding of the image data in the content block |
| mimeType | string | yes | MIME type of the returned image |
| source | string | yes | Capture path used (scrcpy frame or adb screencap) |
No examples provided.
scroll ~101
Scroll at the specified position. dx and dy are scroll amounts (-1 to 1 range approximated for ADB).
| Name | Type | Req | Description |
|---|---|---|---|
| dx | number | yes | Horizontal scroll amount (negative=left, positive=right) |
| dy | number | yes | Vertical scroll amount (negative=up, positive=down) |
| serial | string | – | Device serial number |
| x | integer | yes | X coordinate to scroll at |
| y | integer | yes | Y coordinate to scroll at |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
shell_exec ~59
Execute an arbitrary ADB shell command on the device and return the output. Use this for any device operation not covered by other tools.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | Shell command to execute on the device |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| output | string | yes | Combined stdout/stderr text from the command |
No examples provided.
start_session ~93
Start a scrcpy session for fast input control and screenshots. When a session is active, tap/swipe/text/screenshot are 10-50x faster. Requires scrcpy-server to be installed.
| Name | Type | Req | Description |
|---|---|---|---|
| maxFps | integer | – | Max frames per second (default 30) |
| maxSize | integer | – | Max screen dimension in pixels (default 1024) |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable status message |
| screenSize | object | yes | Native display resolution — tap/swipe use these native coordinates, matching ui_dump / ui_find_element bounds directly (no scaling) |
| serial | string | yes | Resolved device serial |
| status | string | yes | Session status (e.g. 'connected') |
| videoAvailable | boolean | yes | Whether the scrcpy video stream is up. When false, the session still works for input/clipboard but screenshots fall back to adb screencap. |
No examples provided.
start_video_stream ~67
Start an HTTP MJPEG video stream of the device screen and open a viewer window (ffplay). Starts a scrcpy session automatically if needed.
| Name | Type | Req | Description |
|---|---|---|---|
| port | integer | – | HTTP port for the MJPEG stream (default 7183) |
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| screenSize | object | yes | Native display resolution — tap/swipe use these native coordinates (no scaling) |
| status | string | yes | Stream status (e.g. 'started') |
| url | string | yes | HTTP URL of the MJPEG stream |
| viewer | string | yes | Viewer status message |
No examples provided.
stop_session ~34
Stop the active scrcpy session. Tools will fall back to ADB commands.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable status message |
| success | boolean | yes | Whether the session was stopped |
No examples provided.
stop_video_stream ~35
Stop the HTTP MJPEG video stream and close the viewer window for a device.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable status message |
| status | string | yes | Stream status (e.g. 'stopped') |
No examples provided.
swipe ~81
Perform a swipe gesture from one point to another
| Name | Type | Req | Description |
|---|---|---|---|
| duration | integer | – | Duration in milliseconds |
| serial | string | – | Device serial number |
| x1 | integer | yes | Start X coordinate |
| x2 | integer | yes | End X coordinate |
| y1 | integer | yes | Start Y coordinate |
| y2 | integer | yes | End Y coordinate |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
tap ~42
Tap at the specified screen coordinates
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| x | integer | yes | X coordinate |
| y | integer | yes | Y coordinate |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Human-readable description of the action performed |
| success | boolean | yes | Whether the input action was dispatched to the device |
No examples provided.
ui_dump ~41
Dump the full UI hierarchy of the current screen as XML. Useful for understanding screen structure before using ui_find_element.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | – | Device serial number |
| Name | Type | Req | Description |
|---|---|---|---|
| xml | string | yes | The UI hierarchy as a uiautomator XML document |
No examples provided.
ui_find_element ~136
Find UI elements on screen by text, resource ID, class name, or content description. Returns matching elements with their tap coordinates. At least one search criterion must be provided.
| Name | Type | Req | Description |
|---|---|---|---|
| className | string | – | Class name to match exactly (e.g., 'android.widget.Button') |
| contentDesc | string | – | Content description to search for (partial match, case-insensitive) |
| resourceId | string | – | Resource ID to match exactly (e.g., 'com.app:id/button') |
| serial | string | – | Device serial number |
| text | string | – | Text content to search for (partial match, case-insensitive) |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | Number of matching elements |
| elements | array | yes | Matching UI elements with tap coordinates |
No examples provided.
version ~66
Report which scrcpy version is being used by the MCP server. The version always describes the scrcpy-server file the session pushes: it comes from the SCRCPY_SERVER_VERSION environment variable, or from the scrcpy client belonging to the same install as that server, or a built-in default.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| source | string | yes | Which rung resolved the install: 'env' (SCRCPY_SERVER_VERSION env var), 'binary' (the scrcpy client found on PATH), 'server-sibling' (the client belonging to the server SCRCPY_SERVER_PATH names), 'pa… |
| version | string | yes | Scrcpy version string (e.g. '4.0', '2.7') |
No examples provided.
What is the io.github.JuanCF/scrcpy-mcp server?
io.github.JuanCF/scrcpy-mcp is listed in the public MCP registry as io.github.JuanCF/scrcpy-mcp. MCP server for Android device control via ADB and scrcpy. This page covers its npm package (scrcpy-mcp).
Is the io.github.JuanCF/scrcpy-mcp server safe to use?
io.github.JuanCF/scrcpy-mcp scores 95 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.JuanCF/scrcpy-mcp server expose?
io.github.JuanCF/scrcpy-mcp exposes 39 tools: start_session, stop_session, version, device_list, device_info, and 34 more. Their descriptions and schemas cost roughly 2,202 tokens of context every time the server is loaded.
Is the io.github.JuanCF/scrcpy-mcp server still maintained?
io.github.JuanCF/scrcpy-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.JuanCF/scrcpy-mcp server under?
io.github.JuanCF/scrcpy-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.