Skip to content

Instantly share code, notes, and snippets.

@ma7dev
Last active April 5, 2025 01:22
Show Gist options
  • Save ma7dev/9b957d4ea0d867ca58dff378682e96a4 to your computer and use it in GitHub Desktop.
Save ma7dev/9b957d4ea0d867ca58dff378682e96a4 to your computer and use it in GitHub Desktop.
BrowserTools MCP Setup

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 on Add new global MCP server
    • Add this to the json:
{ 
    "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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment