mtop devtools for Cursor
io.github.f-loat/mtop-devtools
让 AI 与 Chrome 浏览器实时交互:获取历史请求、控制台日志、RUM/埋点事件,并动态设置 Mock 数据。
client:Cursor
transport:stdio
runtime:npm
Install mtop devtools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mtop-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mtop-devtools/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs