Skip to content
Grok

Native DevTools for Grok

io.github.sh3ll3x3c/native-devtools

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

client:Grok transport:stdio runtime:npm

Install Native DevTools in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Native DevTools in other clients