LeetCode MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEETCODE_SESSION | Yes | Your LeetCode session cookie | |
| LEETCODE_CSRFTOKEN | Yes | Your LeetCode csrftoken cookie |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_problem_plain_textC | Fetches the plain text content of a LeetCode problem given its URL. |
| generate_templateB | Generates a language-specific code template for a given LeetCode problem slug. |
| run_codeC | Executes code against the example test cases for a LeetCode problem and returns the results. |
| submit_codeC | Submits the code for a LeetCode problem for evaluation against the full test suite. |
| get_daily_challengeA | Retrieves today's LeetCode Daily Challenge problem with complete details, including problem description, constraints, and examples. |
| get_problemC | Retrieves details about a specific LeetCode problem, including its description, examples, constraints, and related information. |
| search_problemsA | Searches for LeetCode problems based on multiple filter criteria including categories, tags, difficulty levels, and keywords, with pagination support. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AHM215/LeetCode-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server