@pipeworx/leetcode
Connect: https://gateway.pipeworx.io/leetcode/mcp · Install: one-click buttons
Tools: 6
LeetCode MCP — public profile + problem lookups via the keyless GraphQL endpoint at leetcode.com/graphql.
Tools
user_profile(username)— public profile (real name, avatar, ranking, contest rating)user_solved(username)— solved-problem stats by difficultyuser_recent_submissions(username, limit?)— recent accepted submissionsdaily_question()— today’s daily coding challengeproblem(title_slug)— problem detail by slug (e.g. “two-sum”)problemset_stats()— total problems by difficulty
Notes
Uses LeetCode’s public GraphQL endpoint — unofficial, may change without notice.
Data source
https://leetcode.com/graphql
Tools
- user_profile — Public profile.
- user_solved — Solved counts by difficulty.
- user_recent_submissions — Recent accepted submissions.
- daily_question — Today’s daily coding challenge.
- problem — Problem detail by slug.
- problemset_stats — Total problems by difficulty.
Tools
-
daily_question— Today's daily coding challenge. -
problem— Problem detail by slug. -
problemset_stats— Total problems by difficulty. -
user_profile— Public profile. -
user_recent_submissions— Recent accepted submissions. -
user_solved— Solved counts by difficulty.