Skip to content
Cursor

interactive leetcode mcp for Cursor

io.github.sperekrestova/interactive-leetcode-mcp

Interactive LeetCode MCP server with authorization and solution submission capabilities

client:Cursor transport:stdio runtime:npm

Install interactive leetcode mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

interactive leetcode mcp in other clients