Hey, thanks for the report. What’s the status of those MCP servers in Cursor settings, are they red or green? If they’re red, check the logs: open View → Output and select the relevant MCP from the dropdown.
If the logs don’t help, try clearing the npx cache by deleting:
Hi, I have the same problem with the Supabase MCP server after updating Cursor to version 1.7.4.
Following is the error log:
^^^^^^^^^
SyntaxError: The requested module 'util' does not provide an export named 'parseArgs'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:128:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:194:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:385:24)
at async loadESM (node:internal/process/esm_loader:88:5)
at async handleMainPromise (node:internal/modules/run_main:61:12)
What’s your Node version? The issue might be an outdated version. I set up a connection to DBHub and it works well. If it’s not Node, let me know and I’ll pass this to the team.
I wanted to share that the issue I was experiencing with MCP servers like Supabase and Playwright was related to the Node.js version I was using (18.17.1). Once I switched to version 20.19.0, all the MCP servers started working again.
Thanks Andrea