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.
Quick Start
Clone the repository:
git clone https://github.com/jinzcdev/leetcode-mcp-serverClaude 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.