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スター
49
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
13
イシュー
4
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
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
追加リソース
関連するMCP
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.