-
Notifications
You must be signed in to change notification settings - Fork 636
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
Claude shows "Could not attach to MCP server fetch" #37
Comments
Very odd! Can you try the debugging steps here and see if that reveals any information? |
I'm having the same issue, this is what I'm getting: 2024-11-25T21:14:11.495Z [error] Error in MCP connection to server fetch: Error: spawn uvx ENOENT |
@jspahrsummers thanks for the pointer! That showed me the exact problem:
@davepeckjr - The error you are seeing was the same one I had when I saw the slightly different "Could not connect to MCP server fetch", and I had to put in the absolute path into my config. Are you seeing the error say connect or attach in your error? |
I also had the same issue that needed a full path for Make sure,
|
Yep, I had to hardcode both my uvx path and my python interpreter path into the config (using
|
Taking the new fetch server for a spin and having some difficulty loading it locally.
My claude_desktop_config.json is below.
Needed to provide absolute path to
uvx
. Without that, I get a separate "Could not connect to MCP server fetch". I'm assuming that's a function of how I have it installed so not worried about that.Connecting via the inspector doesn't seem to have any issues:
Is there any logging in Claude Desktop I can enable to provide more details on the error?
The text was updated successfully, but these errors were encountered: