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.

コメント

「その他」の他のコンテンツ