[SOLUTION] MCP Tools not found?

Add cmd /c before your npx command. Which forces Cursor to use CMD instead of Powershell

cmd /c npx -y u/agentdeskai/browser-tools-mcp@1.0.11

instead of

npx -y u/agentdeskai/browser-tools-mcp@1.0.11

Full credits to Wen-xuan-Xu on Cursor's forum.

If it doesn't work out, you have to use the "node" command instead of npx which adds a lot of tedious steps but it works. https://forum.cursor.com/t/mcp-servers-no-tools-found/49094/43

i.e

C:\node\node.exe C:\Users\Juan\AppData\Roaming\npm\node_modules\@modelcontextprotocol\server-github\dist\index.js

PS for no coders: it's always the .js in dist not the .ts