This server taps into scrcpy's frame buffer to grab Android screenshots with about 50ms latency, which is fast enough for real-time automation tasks. You'd reach for this when you need an AI assistant to see what's happening on an Android device without the overhead of ADB screenshot commands that can take several seconds. It uses scrcpy under the hood, so you'll need that installed and a device connected via USB or network. Good fit for debugging mobile apps, building automated test workflows, or any scenario where you want Claude to react quickly to what's displayed on your Android screen.
claude mcp add --transport stdio vladkarpman-screen-buffer-mcp -- uvx screen-buffer-mcp