MCP.so
登录

MCP Server LeetCode

@doggybee

关于 MCP Server LeetCode

A Model Context Protocol (MCP) server for LeetCode that provides access to problems, user data, and contest information through GraphQL

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

doggybee

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "leetcode": {
      "command": "npx",
      "args": [
        "@mcpfun/mcp-server-leetcode"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server LeetCode?

A Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.

How to use MCP Server LeetCode?

Install globally via npm install -g @mcpfun/mcp-server-leetcode or automatically through Smithery for Claude Desktop. Then run the server using the mcp-server-leetcode command. Integration with Claude Desktop requires adding a leetcode entry to claude_desktop_config.json. It can also be used as a Node.js library by importing LeetCodeService.

Key features of MCP Server LeetCode

  • Fast access to the LeetCode API
  • Search problems by tags, difficulty, and limit
  • Retrieve the daily challenge
  • Fetch user profiles, submissions, and contest rankings
  • Query contest details
  • Full support for MCP tools and resources
  • Provides both CLI and programmable API

Use cases of MCP Server LeetCode

  • Automatically fetch the daily LeetCode challenge for practice
  • Search for problems with specific tags or difficulty
  • Look up a user’s profile, submission history, or contest ranking
  • Get details about an upcoming or past contest
  • Integrate LeetCode data into AI‑assisted coding workflows

FAQ from MCP Server LeetCode

How do I install MCP Server LeetCode?

Install globally with npm install -g @mcpfun/mcp-server-leetcode or via Smithery using npx -y @smithery/cli install @doggybee/mcp-server-leetcode --client claude.

How do I integrate MCP Server LeetCode with Claude for Desktop?

Add a leetcode entry to your claude_desktop_config.json with "command": "mcp-server-leetcode" (or point to the local build with node and the path).

What tools does MCP Server LeetCode provide?

Tools include get-daily-challenge, get-problem, search-problems, get-user-profile, get-user-submissions, get-user-contest-ranking, and get-contest-details.

Can I use MCP Server LeetCode as a library?

Yes, import LeetCodeService from the package and call methods like getDailyChallenge() or searchProblems() programmatically.

What runtime dependencies does MCP Server LeetCode require?

It requires Node.js (installed via npm) and depends only on the MCP protocol; no external authentication or database is needed.

评论

其他 分类下的更多 MCP 服务器