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.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Smithery configuration — https://smithery.ai/docs/build/project-config
#
# native-devtools-mcp is a LOCAL server: it automates the user's own desktop
# (macOS/Windows) and Android devices, so it needs a real display plus
# Accessibility / Screen Recording permissions on the host. It is not a
# cloud-deployable server — Smithery lists it as a local stdio install.
startCommand:
  type: stdio
  configSchema:
    type: object
    properties: {}
    additionalProperties: false
  commandFunction: |-
    (config) => ({ command: 'npx', args: ['-y', 'native-devtools-mcp'] })