Cursor MCP-server ENOENT error on Windows - please HELP
I assume this is a problem with Cursor on Windows and not Convex MCP server as it looks connected. I tried all workaround on web but nothing sorted this issue. Despite I am starting Cursor from the right project directory, it keeps telling me it cannot locate package.json:
{"error":"Unable to read your package.json: Error: ENOENT: no such file or directory, open 'C:\Users\petr\AppData\Local\Programs\cursor\package.json'. Make sure you're running this command from the root directory of a Convex app that contains the package.json"}
I have W11, Cursor 0.50.7 and following mcp.json:
{
"mcpServers": {
"convex": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}
Does anybody has working Convex MCP server on Cursor running on Windows???

0 Replies