coding agents

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.

typescript
cloud
coding agents
0
View on GitHub

Installation

npx -y jinzcdev/leetcode-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/jinzcdev/leetcode-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub