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
Installation
npx -y jinzcdev/leetcode-mcp-serverConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub