device manager mcp for Zed
io.github.vladkarpman/device-manager-mcp
MCP server for fast Android device interaction with scrcpy acceleration (~50ms latency).
client:Zed
transport:stdio
runtime:pypi
Install device manager mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"device-manager-mcp": {
"command": "uvx",
"args": [
"device-manager-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs