LeetCode MCP Server

LeetCode MCP Server

@doggybee/mcp-server-leetcode
last deployed 2 months ago
Local
Quick Setup
1.1k calls
Open Source

About

Access LeetCode problems, user information, and contest data seamlessly. Enhance your AI assistants with fast and efficient queries to LeetCode's extensive resources. Utilize both CLI and programmable API for flexible integration.


Capabilities

get-daily-challenge

Parameters

No parameters required

get-problem

Parameters

titleSlug*required
string

The URL slug of the problem (e.g., 'two-sum')

search-problems

Parameters

skip
number

Number of problems to skip

tags
string

Tags to filter by, separated by '+' (e.g., 'array+dynamic-programming')

limit
number

Maximum number of problems to return

difficulty
string

Difficulty level

get-user-profile

Parameters

username*required
string

LeetCode username

get-user-submissions

Parameters

limit
number

Maximum number of submissions to return

username*required
string

LeetCode username