Add LeetCode MCP Server

This commit is contained in:
jinzcdev
2025-04-25 17:49:30 +08:00
parent 828b05915b
commit 9c068edd71
2 changed files with 7 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
- [oraios/serena](https://github.com/oraios/serena)🐍🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers.
- [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍🏠 - Coding agent with basic read, write and command line tools.
- [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.
- [jinzcdev/leetcode-mcp-server](https://github.com/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.
### 🖥️ <a name="command-line"></a>Command Line