Scrcpy MCP
Rank #3,084io.github.JuanCF/scrcpy-mcp
MCP server for Android device control via ADB and scrcpy
Scrcpy MCP is a Model Context Protocol (MCP) server published by juancf. It ranks #3,084 of 132,046 servers tracked on MCP Toplist, and its repository has 99 GitHub stars. Scrcpy MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 128,962 of 132,046 servers on MCP Toplist.
Use Scrcpy MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scrcpy-mcp -e "ANDROID_SERIAL=<your ANDROID_SERIAL>" -e "ADB_PATH=<your ADB_PATH>" -e "SCRCPY_SERVER_PATH=<your SCRCPY_SERVER_PATH>" -- npx -y scrcpy-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scrcpy-mcp]
command = "npx"
args = ["-y", "scrcpy-mcp"]
[mcp_servers.scrcpy-mcp.env]
ANDROID_SERIAL = "<your ANDROID_SERIAL>"
ADB_PATH = "<your ADB_PATH>"
SCRCPY_SERVER_PATH = "<your SCRCPY_SERVER_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
],
"env": {
"ANDROID_SERIAL": "<your ANDROID_SERIAL>",
"ADB_PATH": "<your ADB_PATH>",
"SCRCPY_SERVER_PATH": "<your SCRCPY_SERVER_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
],
"env": {
"ANDROID_SERIAL": "<your ANDROID_SERIAL>",
"ADB_PATH": "<your ADB_PATH>",
"SCRCPY_SERVER_PATH": "<your SCRCPY_SERVER_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scrcpy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
],
"env": {
"ANDROID_SERIAL": "<your ANDROID_SERIAL>",
"ADB_PATH": "<your ADB_PATH>",
"SCRCPY_SERVER_PATH": "<your SCRCPY_SERVER_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
],
"env": {
"ANDROID_SERIAL": "<your ANDROID_SERIAL>",
"ADB_PATH": "<your ADB_PATH>",
"SCRCPY_SERVER_PATH": "<your SCRCPY_SERVER_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
],
"env": {
"ANDROID_SERIAL": "<your ANDROID_SERIAL>",
"ADB_PATH": "<your ADB_PATH>",
"SCRCPY_SERVER_PATH": "<your SCRCPY_SERVER_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JuanCF%2Fscrcpy-mcp)<a href="https://mcptoplist.com/server/io.github.JuanCF%2Fscrcpy-mcp"><img src="https://mcptoplist.com/badge/io.github.JuanCF%2Fscrcpy-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
juancf
Available versions (10)
| Version | Published |
|---|---|
| 0.5.0 | Aug 21, 2026 |
| 0.4.1 | Aug 12, 2026 |
| 0.4.0 | Jul 6, 2026 |
| 0.3.0 | Jun 18, 2026 |
| 0.2.3 | May 15, 2026 |
| 0.2.1 | Feb 25, 2026 |
| 0.2.0 | Feb 25, 2026 |
| 0.1.9 | Feb 23, 2026 |
| 0.1.8 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scrcpy MCP?
- Scrcpy MCP is maintained by juancf, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Scrcpy MCP listed on the Official MCP Registry?
- Yes — Scrcpy MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Scrcpy MCP have?
- MCP Toplist tracks 10 versions of Scrcpy MCP, most recently published on Aug 21, 2026.
- Where can I find the source code for Scrcpy MCP?
- The source code for Scrcpy MCP is hosted at github.com/juancf/scrcpy-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.