Vision Input
БесплатноНе проверенEnables AI to capture screenshots and control mouse and keyboard for automated desktop interaction.
Описание
Enables AI to capture screenshots and control mouse and keyboard for automated desktop interaction.
README
Hey there! 👋
This is a Model Context Protocol (MCP) server that basically gives your AI superpowers on your computer. It lets the AI:
- See what you see (by taking screenshots).
- Use your mouse (move, click, drag, scroll).
- Type for you (keyboard input).
Think of it as giving your AI agent a pair of eyes and hands.
getting started
You'll need Node.js v16+.
Platform Specifics
macOS: Since this tool controls your mouse and sees your screen, macOS will ask for permission. You'll need to allow:
- Screen Recording
- Accessibility
Windows:
- You may need to install build tools for
robotjs:npm install --global --production windows-build-tools
Linux:
- You will likely need X11 libraries. For Debian/Ubuntu:
sudo apt-get install libxtst-dev libpng++-dev
installation
It's pretty standard stuff:
- Clone this repo.
- Install the dependencies:
npm install - Build it:
npm run build
setup
Just add this to your MCP config (like claude_desktop_config.json or whatever you're using):
{
"mcpServers": {
"vision-input": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/THIS/REPO/build/index.js"
]
}
}
}
(Make sure to change that path to where you actually put this folder!)
capabilities
Here's what it can do out of the box:
screen_capture: Snaps a picture of your screen so the AI knows what's going on.calculate_screen_dimensions: Checks how big your monitor is.mouse_move/mouse_click/mouse_drag: Does exactly what it says on the tin.mouse_scroll: Scrolls up or down.keyboard_type: Types text out.keyboard_press: Hits specific keys (likecmd+cto copy).
trouble?
- Grey/Black Screen? macOS is probably blocking the screen recording. Check System Settings > Privacy & Security > Screen Recording.
- Can't Click? Check System Settings > Privacy & Security > Accessibility.
Enjoy building cool stuff! 🚀
from github.com/acidentlgenius/mcp_watch_screen_and_interact_with_keyboard_mouse
Установка Vision Input
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/acidentlgenius/mcp_watch_screen_and_interact_with_keyboard_mouseFAQ
Vision Input MCP бесплатный?
Да, Vision Input MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Vision Input?
Нет, Vision Input работает без API-ключей и переменных окружения.
Vision Input — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Vision Input в Claude Desktop, Claude Code или Cursor?
Открой Vision Input на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Vision Input with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
