Skip to content
VS Code

interactive leetcode mcp for VS Code

io.github.sperekrestova/interactive-leetcode-mcp

Interactive LeetCode MCP server with authorization and solution submission capabilities

client:VS Code transport:stdio runtime:npm

Install interactive leetcode mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "interactive-leetcode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sperekrestova/interactive-leetcode-mcp"
      ]
    }
  }
}

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

interactive leetcode mcp in other clients