native-devtools-mcp 0.10.1

MCP server for computer use & browser automation — screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android.
# Cursor Setup

This example uses the same config path and `npx` command that the built-in `setup` flow detects.

## Quick path

Run:

```bash
npx native-devtools-mcp setup
```

If `~/.cursor/mcp.json` exists, `setup` can detect it and offer to add the MCP config for you.

## Manual config

File:

```text
~/.cursor/mcp.json
```

A minimal config looks like:

```json
{
  "mcpServers": {
    "native-devtools": {
      "command": "npx",
      "args": ["-y", "native-devtools-mcp"]
    }
  }
}
```

## Smoke test prompt

Once configured, try:

```text
Use native-devtools to focus the Calculator app, take a screenshot, and tell me whether the window is visible.
```