MCP Server LeetCode
@doggybee
About MCP Server LeetCode
A Model Context Protocol (MCP) server for LeetCode that provides access to problems, user data, and contest information through GraphQL
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"leetcode": {
"command": "npx",
"args": [
"@mcpfun/mcp-server-leetcode"
],
"env": {}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments