Leetcode
Freeby MCP Community
This project provides a server that exposes LeetCode functionalities through the Model-Context Protocol (MCP). It allows users to interact with LeetCode data an
v1.0.0Added Apr 12, 2026
Leetcode MCP Server
This project provides a server that exposes LeetCode functionalities through the Model-Context Protocol (MCP). It allows users to interact with LeetCode data an
Installation
Reviews
Installation
Quick install
npx -y leetcode-mcpserver
Add to claude_desktop_config.json
{
"mcpServers": {
"leetcode": {
"command": "npx",
"args": ["-y", "leetcode-mcpserver"]
}
}
}