Skip to content

error connecting #135

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
devinschumacher opened this issue Apr 2, 2025 · 10 comments
Open

error connecting #135

devinschumacher opened this issue Apr 2, 2025 · 10 comments

Comments

@devinschumacher
Copy link

tried folloing all instructions as many times as possible and i always seem to endup with this error

❯ npx -y @agentdeskai/[email protected]
Attempting initial server discovery on startup...
Starting server discovery process
Will try hosts: 127.0.0.1, 127.0.0.1, localhost
Will try ports: 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035
Checking 127.0.0.1:3025...
Error checking 127.0.0.1:3025: fetch failed
Checking 127.0.0.1:3026...
Error checking 127.0.0.1:3026: fetch failed
Checking 127.0.0.1:3027...
Error checking 127.0.0.1:3027: fetch failed
Checking 127.0.0.1:3028...
Error checking 127.0.0.1:3028: fetch failed
Checking 127.0.0.1:3029...
Error checking 127.0.0.1:3029: fetch failed
Checking 127.0.0.1:3030...
Error checking 127.0.0.1:3030: fetch failed
Checking 127.0.0.1:3031...
Error checking 127.0.0.1:3031: fetch failed
Checking 127.0.0.1:3032...
Error checking 127.0.0.1:3032: fetch failed
Checking 127.0.0.1:3033...
Error checking 127.0.0.1:3033: fetch failed
Checking 127.0.0.1:3034...
Error checking 127.0.0.1:3034: fetch failed
Checking 127.0.0.1:3035...
Error checking 127.0.0.1:3035: fetch failed
Checking 127.0.0.1:3025...
Error checking 127.0.0.1:3025: fetch failed
Checking 127.0.0.1:3026...
Error checking 127.0.0.1:3026: fetch failed
Checking 127.0.0.1:3027...
Error checking 127.0.0.1:3027: fetch failed
Checking 127.0.0.1:3028...
Error checking 127.0.0.1:3028: fetch failed
Checking 127.0.0.1:3029...
Error checking 127.0.0.1:3029: fetch failed
Checking 127.0.0.1:3030...
Error checking 127.0.0.1:3030: fetch failed
Checking 127.0.0.1:3031...
Error checking 127.0.0.1:3031: fetch failed
Checking 127.0.0.1:3032...
Error checking 127.0.0.1:3032: fetch failed
Checking 127.0.0.1:3033...
Error checking 127.0.0.1:3033: fetch failed
Checking 127.0.0.1:3034...
Error checking 127.0.0.1:3034: fetch failed
Checking 127.0.0.1:3035...
Error checking 127.0.0.1:3035: fetch failed
Checking localhost:3025...
Error checking localhost:3025: fetch failed
Checking localhost:3026...
Error checking localhost:3026: fetch failed
Checking localhost:3027...
Error checking localhost:3027: fetch failed
Checking localhost:3028...
Error checking localhost:3028: fetch failed
Checking localhost:3029...
Error checking localhost:3029: fetch failed
Checking localhost:3030...
Error checking localhost:3030: fetch failed
Checking localhost:3031...
Error checking localhost:3031: fetch failed
Checking localhost:3032...
Error checking localhost:3032: fetch failed
Checking localhost:3033...
Error checking localhost:3033: fetch failed
Checking localhost:3034...
Error checking localhost:3034: fetch failed
Checking localhost:3035...
Error checking localhost:3035: fetch failed
No server found during discovery
Initial server discovery failed. Will try again when tools are used.
@Satishpokala124
Copy link

I am facing the same problem

@R4efrain
Copy link

R4efrain commented Apr 4, 2025

same

@smilingkylan
Copy link

Same! I am on Cursor v0.48

@mangantj-cobalt
Copy link

Same. Cursor 0.47.8

@nasonov-coder
Copy link

make sure you are using correct node version. 20's did the thing for me

@smilingkylan
Copy link

I think we have to boot up the server with a separate command

@DobroPY
Copy link

DobroPY commented Apr 5, 2025

Method 1. Replace in mcp.json file command with result from "which npx"
like

"browser-tools": {
"command": "/usr/local/bin/npx",
"args": [
"-y",
"@agentdeskai/[email protected]"
]
}

Method 2. Try installing globally
npm install -g @agentdeskai/browser-tools-mcp
Then modify config to use the global installation

"browser-tools": {
"command": "/usr/local/bin/browser-tools-mcp"

@Diegosch1990
Copy link

Use this way>

"Navegador": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@agentdeskai/[email protected]"
]
}

Then open a new terminal and run this>

npx @agentdeskai/[email protected]

Then, open the console and see if it connected as shown in the image:

Image

@fl0wm0ti0n
Copy link

fl0wm0ti0n commented Apr 19, 2025

same, if run with cursor it doesn't work, running it standalone it works

@fl0wm0ti0n
Copy link

Use this way>

"Navegador": { "command": "cmd", "args": [ "/c", "npx", "-y", "@agentdeskai/[email protected]" ] }

Then open a new terminal and run this>

npx @agentdeskai/[email protected]

Then, open the console and see if it connected as shown in the image:

Image

that makes no sense you run the command twice...

so you run the server twice, and it seems the command in cursor doesnt work so the second command runs the server in a good condition

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

9 participants