MCP Directory
Back

native-devtools-mcp

by sh3ll3x3c · Rust · ★ 116

MCP server for computer use & browser automation - screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android. Works with Claude, Cursor, and any MCP client.

#adb#ai-agent#android#browser-automation#cdp#chrome-devtools-protocol#claude#claude-code#computer-use#cursor#e2e-testing#electron#macos#mcp#mobile-automation#model-context-protocol#ocr#screenshot#ui-automation#windows

Install

cargo install --git https://github.com/sh3ll3x3c/native-devtools-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "native-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:sh3ll3x3c/native-devtools-mcp"
      ]
    }
  }
}

From the README

> **An MCP server for computer use on native desktop and mobile apps — macOS, Windows, Android, and Chrome/Electron via CDP.** **Add to your client in one click:** [](cursor://anysphere.cursor-deeplink/mcp/install?name=native-devtools&config=eyJjb21tYW5kIjogIm5weCIsICJhcmdzIjogWyIteSIsICJuYXRpdmUtZGV2dG9vbHMtbWNwIl19) [](https://insiders.vscode.dev/redirect/mcp/install?name=native-devtools&config=%7B%22name%22%3A%20%22native-devtools%22%2C%20%22command%22%3A%20%22npx%22%2C%20%22args%22%3A%20%5B%22-y%22%2C%20%22native-devtools-mcp%22%5D%7D) **Claude Code:** gives AI agents and MCP clients…
Read full README on GitHub →

Related ai & ml servers