@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 difficulty
  • user_recent_submissions(username, limit?) — recent accepted submissions
  • daily_question() — today’s daily coding challenge
  • problem(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 — Fetch a LeetCode user’s public profile by username via GraphQL; returns real name, bio, avatar, global ranking, country, company, school, and star rating.
  • 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

Regenerated from source · build July 4, 2026