Skip to content

Browser Tools Mcp Connection Issue #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lffrom0303 opened this issue Apr 8, 2025 · 7 comments
Open

Browser Tools Mcp Connection Issue #145

lffrom0303 opened this issue Apr 8, 2025 · 7 comments

Comments

@lffrom0303
Copy link

lffrom0303 commented Apr 8, 2025

The serve was running and found the brower console error,but mcp was not conneting to serve

Browser Extension Version: 1.2.0
Browser Tools Server Version: 1.2.0
Operating System: macOS 15.3
Browser: Chrome
Server URL: localhost:3025

Server:
Image

mcp:
Image

@lffrom0303
Copy link
Author

Image

@jorgecolonconsulting
Copy link

@lffrom0303 try Cursor Settings->MCP-> Click on "Add new global MCP Server"-> add the following to mcp.json:

{
    "mcpServers": {
      "browser-tools": {
        "command": "npx",
        "args": [
          "@agentdeskai/[email protected]"
        ]
      }
    }
}

Click refresh button until it's green. Open Output panel in Cursor CMD+Shift+P "output". Change dropdown to "Cursor MCP". Check if there's any specific errors in there for browsertools. Also use npx @agentdeskai/[email protected]. Open the MCP tab in Devtools and ensure the connection was successful.

@diramazioni
Copy link

I have connections issue as well using brave I see the errors on the console.
My understanding is that the server is in the browser extension?

@FahdW
Copy link

FahdW commented Apr 12, 2025

Same issue here, not working. My development env is in WSL and my chrome is on the windows machine so i wonder if this is causing an issue

@angushhz
Copy link

I have same issue with chrome version Version 135.0.7049.86 (Official Build) (arm64)

Image Image

![Image](https://github.com/user-attachments/assets/73022047-7e9c-48f2-a25e-bb3a26227174

Image

@cindylaii
Copy link

I have same issue with chrome version Version 135.0.7049.86 (Official Build) (arm64)

Image Image
![Image](https://github.com/user-attachments/assets/73022047-7e9c-48f2-a25e-bb3a26227174

Image

Same issue in windows chrome extension

@dmeilinger
Copy link

Same here, was working fine last week and just noticed this same error today with the extension. LOVE this tool, hoping it can be fixed.

Version 135.0.7049.96 (Official Build) (arm64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants