leetcode-mcp-server
An MCP server enabling automated access to LeetCode's problems, solutions, and public data with optional authentication for user-specific features, supporting leetcode.com & leetcode.cn sites.
GitHub Stars
49
User Rating
Not Rated
Favorites
0
Views
37
Forks
13
Issues
4
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
To install leetcode-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@jinzcdev/leetcode-mcp-server):
```bash
npm install @jinzcdev/leetcode-mcp-server -g
bash
npx -y @smithery/cli install @jinzcdev/leetcode-mcp-server --client claude
Additional Resources
Author Information
Related MCPs
git-mcp-server
122
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.