Loading languages...
@J

@jinzcdev/leetcode-mcp-server

@jinzcdev39

An MCP server enabling automated access to LeetCode's problems, solutions, and public data with optional authentication for user-specific features, supporting leetcode.com & leetcode.cn sites.

leetcode
mcp-server
context-protocol

# mcpServer Config

{
  "mcpServers": {
    "leetcode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jinzcdev/leetcode-mcp-server"
      ],
      "env": {
        "LEETCODE_SITE": "global",
        "LEETCODE_SESSION": "<YOUR_LEETCODE_SESSION_COOKIE>"
      }
    }
  }
}

# stdio

npx -y @jinzcdev/leetcode-mcp-server
Transport:
stdio
언어:
JavaScript
생성됨:4/12/2025
업데이트됨:7/20/2025