Skip to content
VS Code

mtop devtools for VS Code

io.github.f-loat/mtop-devtools

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

client:VS Code transport:stdio runtime:npm

Install mtop devtools in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mtop devtools in other clients