Back to Apps

Native DevTools MCP
Supports UIby sh3ll3x3c
Direct control over macOS, Windows, and Android native apps via screenshots, OCR, and input simulation.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Native DevTools MCP enables AI agents to interact with native desktop applications and mobile devices. It bridges the gap between browser-based automation and local OS environments, allowing agents to 'see' the screen via OCR and 'act' via simulated mouse and keyboard events.
Tools
take_screenshot: Captures the screen or specific windows with OCR metadata.click: Simulates a mouse click at specific screen coordinates.type_text: Sends keystrokes to the active window.find_text: Locates text on screen using accessibility APIs or OCR fallback.cdp_connect: Connects to Chrome or Electron apps via Chrome DevTools Protocol for DOM-level automation.android_connect: Connects to Android devices over ADB for mobile automation.load_image/find_image: Performs template matching to find non-text UI elements like icons.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"native-devtools": {
"command": "npx",
"args": ["-y", "native-devtools-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
npx -y native-devtools-mcpInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: {"native-devtools": {"command": "npx", "args": ["-y", "native-devtools-mcp"]}}Claude Desktop
{"mcpServers": {"native-devtools": {"command": "npx", "args": ["-y", "native-devtools-mcp"]}}}





