My Cursor version is 0.47.8
(make sure you have the latest Cursor update)
Instructions:
- Adding MCP client to Cursor:
- Go to
Cursor Settings
>MCP
, then Press onAdd new global MCP server
- Add this to the json:
- Go to
{
"mcpServers": {
"browser-tools": {
"command": "npx",
"args": ["@agentdeskai/[email protected]"]
},
// ...
}
- Adding MCP server to the browser:
- Download MCP server locally using
git clone https://github.com/AgentDeskAI/browser-tools-mcp.git
- Open Chrome
- Press on three dots, then go to
Extensions
>Manage Extensions
- Enable
Developer mode
(top right) - Press
Load unpacked
and pick<path_to_repo>/browser-tools-mcp/chrome-extension
(pick the directory)
- Download MCP server locally using