MCP server for fast Android screenshots via scrcpy frame buffer
Project description
device-manager-mcp
MCP server for fast Android device interaction with scrcpy acceleration.
Features
- Fast operations via scrcpy (~50ms latency)
- Automatic fallback to adb (~500ms) when scrcpy unavailable
- Screenshots, taps, swipes, typing - all device interactions
- Works with Claude Code and any MCP-compatible client
Requirements
- macOS 12+, Python 3.11+, adb, scrcpy 3.x
- Android device connected via USB
See docs/requirements.md for detailed setup instructions.
Usage with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"device-manager": {
"command": "uvx",
"args": ["device-manager-mcp"]
}
}
}
Or add globally:
claude mcp add device-manager -s user -- uvx device-manager-mcp
Available Tools
| Tool | Description | Latency |
|---|---|---|
device_screenshot |
Capture screen as PNG | ~40ms (scrcpy) / ~500ms (adb) |
device_tap |
Tap at coordinates | ~50ms (scrcpy) / ~200ms (adb) |
device_swipe |
Swipe gesture | ~300ms |
device_type |
Type text | ~100ms |
device_press_key |
Press BACK, HOME, ENTER, etc. | ~50ms |
device_list |
List connected devices | ~100ms |
device_screen_size |
Get screen dimensions | ~10ms |
device_backend_status |
Check active backend | instant |
How It Works
The server automatically selects the best backend:
-
scrcpy backend (if available): Uses MYScrcpy library to communicate directly with scrcpy server on device. Provides ~50ms latency for screenshots and input.
-
adb backend (fallback): Uses standard
adbcommands. Works everywhere but slower (~500ms for screenshots).
Example
# Claude Code will automatically use these tools:
# Take a screenshot
device_screenshot()
# Tap at coordinates
device_tap(x=540, y=1200)
# Swipe down
device_swipe(start_x=540, start_y=800, end_x=540, end_y=1600)
# Type text
device_type(text="Hello World")
# Press back button
device_press_key(key="BACK")
Configuration
Environment Variables
DEVICE_MANAGER_LOG_LEVEL: Set logging level (DEBUG, INFO, WARNING, ERROR)
Multiple Devices
Specify device ID for multi-device setups:
device_tap(x=100, y=200, device="RFCW318P7NV")
Development
git clone https://github.com/vladkarpman/device-manager-mcp
cd device-manager-mcp
pip install -e ".[dev]"
pytest
License
MIT License - see LICENSE for details.
Related Projects
- mobile-mcp - Official Anthropic mobile MCP
- MYScrcpy - Python scrcpy client
- Claude Code - AI coding assistant
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file screen_buffer_mcp-1.0.0.tar.gz.
File metadata
- Download URL: screen_buffer_mcp-1.0.0.tar.gz
- Upload date:
- Size: 91.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d98777fd107431735223a3d3b3df154b878bf9e807231170b7916fe740e67c6
|
|
| MD5 |
8406273314be0e534abb51505c517fef
|
|
| BLAKE2b-256 |
7760339e3cade57b27f5c048395e7f849522974f7f6427923e8eab2f931ff9d5
|
File details
Details for the file screen_buffer_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: screen_buffer_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
760ce66156e04dd19a0a191dbd71835a65607764eb68043fee30e2acdcf5c6b4
|
|
| MD5 |
42e04a7426cbe8da64db324de0df5df4
|
|
| BLAKE2b-256 |
5054225136e90b8845d11f9159370149e2e8b64acc379ae7754f5b7eeb3a45f9
|