From 9c068edd71fade569e84ae48dfed3409a67a830a Mon Sep 17 00:00:00 2001 From: jinzcdev Date: Fri, 25 Apr 2025 17:49:30 +0800 Subject: [PATCH] Add LeetCode MCP Server --- README-zh.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/README-zh.md b/README-zh.md index 780a988d..3f70fc14 100644 --- a/README-zh.md +++ b/README-zh.md @@ -74,6 +74,7 @@ * 📂 - [浏览器自动化](#browser-automation) * 🎨 - [艺术与文化](#art-and-culture) * ☁️ - [云平台](#cloud-platforms) +* 🤖 - [编程智能体](#coding-agents) * 🖥️ - [命令行](#command-line) * 💬 - [社交](#communication) * 👤 - [客户数据平台](#customer-data-platforms) @@ -151,6 +152,11 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S 是一个 AI 驱动的 Kubernetes 资源管理工具,通过自然语言交互方式,让用户能够轻松操作 Kubernetes 集群中的任意资源,包括原生资源(如 Deployment、Service)和自定义资源(CRD)。无需记忆复杂命令,只需描述需求,AI 就能准确执行对应的集群操作,大大提升了 Kubernetes 的易用性。 - [portainer/portainer-mcp](https://github.com/portainer/mcp-server) 🏎️ ☁️/🏠 - 一个用于管理 Portainer 容器管理平台的 MCP 服务器,支持通过自然语言交互来管理容器、镜像、网络和卷等资源。 +### 🤖 编程智能体 + +使大语言模型能够读取、编辑和执行代码,并自主解决各种编程任务。 + +- [jinzcdev/leetcode-mcp-server](https://github.com/jinzcdev/leetcode-mcp-server) 📇 ☁️ - 一个专为 LeetCode(力扣) 设计的 MCP 服务,实现自动化获取编程题目、题解文章、提交记录等公开数据,并支持用户认证(用于笔记、解题进度等私有数据),同时支持 `leetcode.com`(国际版)和 `leetcode.cn`(中国版)双站点。 ### 🖥️ 命令行 diff --git a/README.md b/README.md index 24850afa..195a6904 100644 --- a/README.md +++ b/README.md @@ -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. ### 🖥️ Command Line