MCP.so
登录

LeetCode MCP Server

@jinzcdev

关于 LeetCode MCP Server

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.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

jinzcdev

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "leetcode-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@jinzcdev/leetcode-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LeetCode MCP Server?

The LeetCode MCP Server is a Model Context Protocol server that integrates with LeetCode APIs, providing automated access to problems, contests, solutions, and user data. It supports both LeetCode Global (leetcode.com) and LeetCode China (leetcode.cn) platforms.

How to use LeetCode MCP Server?

Install the server globally via npm install @jinzcdev/leetcode-mcp-server -g or run directly with npx -y @jinzcdev/leetcode-mcp-server. Optionally provide a LeetCode session cookie (--session <COOKIE>) for authenticated features. Configure the server as an MCP client (e.g., VS Code) by setting the command, arguments, or environment variables LEETCODE_SITE and LEETCODE_SESSION.

Key features of LeetCode MCP Server

  • Multi-site support for LeetCode Global and LeetCode China
  • Retrieve problem descriptions, constraints, examples, and editorials
  • Access user profiles, submission history, and contest rankings
  • Authenticated access to private data: notes, progress, and submissions
  • Advanced problem search by tags, difficulty, category, and keywords
  • Run and submit code with polling until completion

Use cases of LeetCode MCP Server

  • Automate daily challenge retrieval and problem analysis
  • Search and filter problems for targeted practice sessions
  • Analyze submission results (AC/WA) and track solving progress
  • Manage personal notes on problems (LeetCode China only)
  • Integrate LeetCode data into AI‑powered coding assistants

FAQ from LeetCode MCP Server

What are the prerequisites for running LeetCode MCP Server?

Node.js v20.x or above is required. A LeetCode session cookie is optional and only needed for authenticated API access.

Do I need a LeetCode session cookie?

No, most tools work without authentication. However, tools for private data (e.g., notes, submission history, code running/submission) require a valid session cookie.

Which LeetCode platforms are supported?

Both LeetCode Global (leetcode.com) and LeetCode China (leetcode.cn) are supported. Specify the site with the --site argument or LEETCODE_SITE environment variable.

How do I configure the server in VS Code?

Add a JSON configuration to your User Settings under mcp.servers.leetcode, setting the command to npx, args to ["-y", "@jinzcdev/leetcode-mcp-server"], and optionally specifying LEETCODE_SITE and LEETCODE_SESSION in the env or as additional args.

What takes priority if I specify both environment variables and command-line arguments?

Command-line arguments take precedence over environment variables when both are provided for the same setting (site or session).

评论

其他 分类下的更多 MCP 服务器