You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first trying to run the MCP server from Claude desktop, I got this issue:
2025-01-03T08:07:42.199Z [info] Attempting to connect to MCP server movies-neo4j...
2025-01-03T08:07:42.204Z [error] Error in MCP connection to server movies-neo4j: Error: spawn uvx ENOENT
2025-01-03T08:07:42.204Z [error] Could not start MCP server movies-neo4j: Error: spawn uvx ENOENT
2025-01-03T08:07:42.205Z [info] MCP server movies-neo4j disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging)
I managed to fix this by doing two things:
Updating Python from 3.9 to 3.13.
Doing a pip install uvenv and switching out uvx for uvenv in the config file.
I also realized that somehow the CLI params with the uri, username, password were not accepted.
I had to add another -- inside the args array in the config.
I had some trouble running the MCP server following along with the release blog post:
https://medium.com/neo4j/claude-conversing-with-neo4j-via-mcp-5419d24bb7a0
When first trying to run the MCP server from Claude desktop, I got this issue:
I managed to fix this by doing two things:
pip install uvenv
and switching outuvx
foruvenv
in the config file.I also realized that somehow the CLI params with the uri, username, password were not accepted.
I had to add another
--
inside the args array in the config.This was my final claude_desktop_config.json:
It could be that this is just me, but it might be worth checking to see if this happens on a fresh environment as well.
Versions
The text was updated successfully, but these errors were encountered: