Odel
Native DevTools

Native DevTools

Local
@sh3ll3x3c125RustMITUpdated 3mo ago

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnative-devtools-mcpv0.10.1

Run

npx -y native-devtools-mcp

MCP client config

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