79747699

Date: 2025-08-27 08:10:05
Score: 2.5
Natty:
Report link

Provide the full binary path in the command, with \ to escape correctly C:\\Program Files\\nodejs\\npx.cmd. Or the answer by @romanown will also work, but you need to add npx in the PATH environment variable.

Here is the correct json configuration for your case.

{
  "mcpServers": {
    "DaisyUI Docs": {
      "command": "C:\\Program Files\\nodejs\\npx.cmd",
      "args": [
        "mcp-remote",
        "https://gitmcp.io/saadeghi/daisyui"
      ]
    }
  }
}

showing correct configuration in intellij idea for mcp server

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • User mentioned (1): @romanown
  • Low reputation (1):
Posted by: kdeepak