Skip to main content
Coding AgentsTypeScript

jinzcdev/leetcode-mcp-server

MCP server enabling automated access to **LeetCode**'s programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both `leetcode.com` (global) and `leetcode.cn` (China) sites.

coding-agentscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jinzcdev/leetcode-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "leetcode-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jinzcdev/leetcode-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
jinzcdev