Skip to content
Grok

mtop devtools for Grok

io.github.f-loat/mtop-devtools

让 AI 与 Chrome 浏览器实时交互:获取历史请求、控制台日志、RUM/埋点事件,并动态设置 Mock 数据。

client:Grok transport:stdio runtime:npm

Install mtop devtools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mtop-devtools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mtop-devtools/mcp-server"
      ]
    }
  }
}

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

mtop devtools in other clients