Help getting my own MCP server running

Fix your JSON : use straight quotes and \\ instead of \\\\

• Add dotnet to your PATH, or keep full path to dotnet.exe

Test with something simple like:

json

"command": "cmd.exe",  
"args": ["/c", "echo Cursor works!"]

If that works, plug your server config back in.


Npx command is not working on MCP - windows and macos