Download Claude desktop: https://downloads.claude.ai/releases/win32/x64/1.17377.1/ClaudeSetup-2b3ab429b13f2c904d7552b7ca82a0d2a22af52f.exe or from https://claude.com/

After installing the app and logging in, open settings

Select “Developer” and “Edit config”

Open the claude_desktop_config.json and paste this there, to top of the file, right after {:

"mcpServers": {
    "lvs": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "mcp-remote@latest",
        "http://127.0.0.1:8765/",
        "--transport",
        "http-only"
      ]
    }
  },

Start of the file should look something like this:


Restart the app and you’re good to go!