jinzcdev_leetcode-mcp-server
If you are the rightful owner of jinzcdev_leetcode-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The LeetCode MCP Server is a Model Context Protocol server that integrates with LeetCode APIs for advanced automation and interaction with LeetCode's resources.
The LeetCode MCP Server is designed to facilitate seamless integration with LeetCode's APIs, providing users with advanced automation capabilities and intelligent interaction with LeetCode's programming problems, contests, solutions, and user data. It supports both global and Chinese LeetCode platforms, allowing users to retrieve detailed problem data, access user profiles, and analyze submission details. The server also offers advanced search capabilities and daily challenge access, making it a comprehensive tool for LeetCode enthusiasts and developers looking to enhance their problem-solving experience.
Features
- Multi-site Support: Supports both leetcode.com (Global) and leetcode.cn (China) platforms.
- Problem Data Retrieval: Obtain detailed problem descriptions, constraints, examples, and user-submitted solutions.
- User Data Access: Retrieve user profiles, submission history, and contest performance.
- Private Data Access: Create and query user notes, track problem-solving progress, and analyze submission details.
- Advanced Search Capabilities: Filter problems by tags, difficulty levels, categories, and keywords.
Tools
Problem related tools
Such as
get_daily_challenge
,get_problem
,search_problems
User-related tools
Such as
get_user_profile
,get_user_contest_ranking
,get_recent_ac_submissions
Note-related tools
Such as
search_notes
,get_note
,create_note
Solution-related tools
Such as
list_problem_solutions
,get_problem_solution