Vysor
БесплатноПоддерживаетсяMCP server for visual Android device control via ADB — screenshots, taps, UI inspection for Cursor and AI agents
Описание
MCP server for visual Android device control via ADB — screenshots, taps, UI inspection for Cursor and AI agents
README
License: MIT npm version Node.js MCP
Servidor Model Context Protocol (MCP) para controle visual de dispositivos Android via ADB. Permite que agentes de IA no Cursor, Claude Desktop e outros clientes MCP vejam a tela do celular, cliquem em coordenadas, inspecionem elementos da UI e automatizem fluxos — similar ao Vysor, mas integrado nativamente ao seu IDE.
Por que usar?
- Visualização real: screenshots retornados como imagem para o agente analisar
- Cliques precisos: tap por pixels, porcentagem ou elemento semântico
- Grade de coordenadas: identifique posições x,y diretamente na imagem
- 18 ferramentas: cobre screenshot, gestos, UI dump, shell, apps e teclas
- Zero config extra: usa o
adbque você já tem instalado
Demonstração de fluxo
1. adb_screenshot_with_grid → agente vê a tela com coordenadas
2. adb_tap x=996 y=2073 → clica na aba "Perfil"
3. adb_find_elements → encontra "Desativar notificações push"
4. adb_tap_element → desativa o toggle
5. adb_screenshot → confirma visualmente
Requisitos
- Node.js 18+
- Android Platform Tools (ADB)
- Dispositivo Android 8.0+ com depuração USB ativada
Instalação rápida
Pacote npm: [email protected]
Opção A — npx (recomendado, zero install)
Executa direto, sem clone nem build:
npx -y mcp-vysor
Opção B — instalação global
npm install -g mcp-vysor
mcp-vysor
Opção C — clone e build (desenvolvimento)
git clone https://github.com/glira/mcp-vysor.git
cd mcp-vysor
npm install
npm run build
Guia completo: docs/INSTALLATION.md
Configuração no Cursor
Adicione em ~/.cursor/mcp.json:
{
"mcpServers": {
"vysor": {
"command": "npx",
"args": ["-y", "mcp-vysor"],
"env": {
"ADB_PATH": "adb"
}
}
}
}
Alternativa com instalação global:
{
"mcpServers": {
"vysor": {
"command": "mcp-vysor",
"env": { "ADB_PATH": "adb" }
}
}
}
Alternativa com clone local:
{
"mcpServers": {
"vysor": {
"command": "node",
"args": ["/caminho/absoluto/mcp-vysor/dist/index.js"],
"env": { "ADB_PATH": "adb" }
}
}
}
Guia detalhado: docs/CURSOR.md
Ferramentas disponíveis
| Categoria | Ferramentas |
|---|---|
| Tela | adb_list_devices, adb_get_screen_info, adb_screenshot, adb_screenshot_with_grid, adb_get_current_app |
| Coordenadas | adb_tap, adb_tap_percent, adb_tap_from_image_coords, adb_swipe, adb_long_press, adb_get_coordinates |
| UI | adb_ui_dump, adb_find_elements, adb_tap_element |
| Entrada | adb_input_text, adb_keyevent, adb_shell, adb_start_app, adb_stop_app |
Referência completa com parâmetros: docs/TOOLS.md
Variáveis de ambiente
| Variável | Descrição | Padrão |
|---|---|---|
ADB_PATH |
Caminho do executável adb | adb |
ADB_DEVICE |
Serial padrão do dispositivo | auto (se 1 device) |
Documentação
| Documento | Conteúdo |
|---|---|
| Instalação | Pré-requisitos, ADB, build, verificação |
| Cursor | Configuração MCP no IDE |
| Ferramentas | Referência completa de cada tool |
| Arquitetura | Design, módulos, fluxos, limitações |
| Troubleshooting | Problemas comuns e soluções |
| Publicação | Registro oficial MCP e diretórios |
| Contribuindo | Como contribuir |
| Changelog | Histórico de versões |
mcp-name: io.github.glira/mcp-vysor
Desenvolvimento
npm run dev # servidor MCP em modo desenvolvimento
npm run build # compila TypeScript → dist/
Licença
MIT — Copyright (c) 2026 Gemayel Lira
Autor
Gemayel Lira — github.com/glira
Установить Vysor в Claude Desktop, Claude Code, Cursor
unyly install vysorСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add vysor --env ADB_PATH="" -- npx -y mcp-vysorПошаговые гайды: как установить Vysor
FAQ
Vysor MCP бесплатный?
Да, Vysor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Vysor?
Да, требуются переменные окружения: ADB_PATH. Unyly подставит их в конфиг при установке.
Vysor — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Vysor в Claude Desktop, Claude Code или Cursor?
Открой Vysor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951Design Inspiration Server
Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re
автор: YonasValentinPIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Figma
Extract design specs and assets
автор: Figmamcp-dockmaster
An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.
ariekogan/ateam-mcp
Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm
автор: ariekoganthinkchainai/mcpbundles
MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic
автор: thinkchainaiarikusi/nakkas
MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ ele
автор: arikusiCompare Vysor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
