native-devtools-mcp

sh3ll3x3c/native-devtools-mcp
★ 47 stars Rust 💻 Code/Dev Tools Updated 24d ago
MCP server for native app testing & browser automation — screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android. Works with Claude, Cursor, and any MCP client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "native-devtools-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "native-devtools-mcp"
      ]
    }
  }
}

Topics

adbai-agentandroidbrowser-automationcdpchrome-devtools-protocolclaudeclaude-codecomputer-usecursore2e-testingelectronmacosmcpmobile-automation