Skip to main content
Glama
AHM215

LeetCode MCP Server

by AHM215

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEETCODE_SESSIONYesYour LeetCode session cookie
LEETCODE_CSRFTOKENYesYour 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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