Skip to content
VS Code

Leetcode for VS Code

io.github.pipeworx-io/leetcode

LeetCode public profiles, solved counts, daily question, problem detail.

client:VS Code transport:streamable-http

Install Leetcode in VS Code

.vscode/mcp.json

{
  "servers": {
    "leetcode": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/leetcode/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Leetcode in other clients