MCP server for desktop UI automation
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"blindpilot-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Blindpilot MCP BlindPilot MCP redefines computer use. Instead of AI wasting time interpreting screenshots, it reads directly on the operating system's UI tree and sends it to the LLM as text, enabling faster, more accurate, and more reliable desktop automation. No screenshot -> AI -> control loop. This project is also compatible with Linux and macOS. ## Installation ### MCP Configuration If `blindpilot-mcp` is published as a Python package, you only need the MCP server name, command, and package executable: ```json { "mcpServers": { "blindpilot": { "type": "stdio", "command": "uvx", "args": ["blindpilot-mcp"] } } } ``` Claude Code: ```bash claude mcp add --transport stdio blindpilot -- uvx blindpilot-mcp ``` MCP UI fields: ```text Name: blindpilot Command: uvx Arguments: blindpilot-mcp ``` If you publish the package under another name, replace `blindpilot-mcp` with that package command. ### Local Development Use this while developing from a local clone. 1. Clone the repository: ```bash git clone <repo-url> cd blindpilot-mcp ``` 2. Copy the absolute path to the project. On Windows PowerShell: ```powershell (Get-Location).Path ``` On macOS or Linux: ```bash pwd ``` 3. No project install is required for local Claude/uvx usage. Claude can run the server through `uvx`, which creates an isolated environment from this project automatically. For local development, you can still install dependencies with uv: ```bash uv sync ``` If you prefer pip: ```bash pip install -r requirements.txt ``` 4. Install optional platform dependencies when needed. Linux accessibility support: ```bash uv sync --extra linux ``` macOS Appium support: ```bash uv sync --extra macos ``` Install every optional dependency: ```bash uv sync --all-extras ``` With pip, use: ```bash pip install ".[linux]" pip install ".[macos]" ``` Windows does not need an extra; pywinauto is installed automatically on Windows. 5. Add the local MCP server t…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.