screen buffer mcp for Cline
io.github.vladkarpman/screen-buffer-mcp
MCP server for fast Android screenshots via scrcpy frame buffer (~50ms latency).
client:Cline
transport:stdio
runtime:pypi
Install screen buffer mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"screen-buffer-mcp": {
"command": "uvx",
"args": [
"screen-buffer-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs