MCP.so
登录

LeetCode MCP Server

@MCP-Mirror

关于 LeetCode MCP Server

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

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

{
  "mcpServers": {
    "jinzcdev_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 (MCP) server that provides seamless integration with LeetCode APIs, enabling advanced automation and intelligent interaction with LeetCode's programming problems, contests, solutions, and user data. It supports both leetcode.com (Global) and leetcode.cn (China) platforms.

How to use LeetCode MCP Server?

Install the npm package globally or run it with npx. Configure it using command-line arguments (--site, --session) or environment variables (LEETCODE_SITE, LEETCODE_SESSION). Integrate with MCP‑compatible clients (e.g., VS Code) by adding a JSON configuration to your user settings. Tools are invoked through the MCP client after setup.

Key features of LeetCode MCP Server

  • Multi-site support for leetcode.com and leetcode.cn
  • Retrieve problem descriptions, constraints, examples, official editorials, and user‑submitted solutions
  • Access user profiles, submission history, and contest performance
  • Create and query personal notes, track problem‑solving progress (requires authentication)
  • Advanced search by tags, difficulty, categories, and keywords
  • Access daily challenge problems

Use cases of LeetCode MCP Server

  • Automating retrieval of the daily challenge for practice
  • Analyzing user submission history and contest rankings
  • Searching and filtering LeetCode problems for targeted study sessions
  • Managing personal notes and tracking problem‑solving progress
  • Integrating LeetCode data into AI assistants or development workflows

FAQ from LeetCode MCP Server

What are the prerequisites?

A Node.js runtime environment, and optionally a LeetCode session cookie for authenticated API access.

How do I set the site (global or China)?

Use the --site command-line argument with value global or cn, or set the LEETCODE_SITE environment variable. Command-line arguments take precedence over environment variables.

Where does the authentication session cookie come from?

The LEETCODE_SESSION cookie is obtained from your browser after logging into LeetCode. It is required for private data access such as user notes, submission details, and problem progress.

What transports does the server use?

The server communicates via stdio transport using the MCP protocol, configured through a command execution (e.g., npx).

What are the known limitations?

Notes tools are only available on LeetCode China (CN). The get_recent_submissions tool is only available on Global. Several tools require authentication.

评论

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