Cursor MCP-server ENOENT error on Windows - please HELP
{"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???

