Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ¤– Coding Agents
  3. MCP Server Leetcode
MCP Server Leetcode logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:31:38 PM

MCP Server Leetcode

User RatingsBe the first to rate and review this MCP server!
View Repository43 GitHub StarsTotal stargazers on GitHub for the source repository (43 stars).Visit Website
leetcodedeveloper-toolscoding-practicemcp

Search LeetCode problems, inspect user data, and retrieve contest information through MCP tools and resources.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "doggybee-mcp-server-leetcode": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing AlternativesšŸ¤– More in Coding Agents

Overview

The doggybee/mcp-server-leetcode MCP server gives AI assistants access to LeetCode problems, user profiles, submissions, rankings, and contest data. It provides MCP tools for daily challenges, problem lookup, metadata filtering, user queries, and contest details, plus URI-based resources for similar data. Install the npm package locally or globally, then run its CLI and connect it to an MCP client. Reach for it when an agent needs current LeetCode practice or account-related data without building direct API calls.

Use cases

•Find LeetCode problems by difficulty and tags
•Retrieve the current daily challenge
•Inspect a user's submissions and profile
•Look up contest details and rankings

Key features

•Daily challenge retrieval
•Problem search with metadata filters
•Problem detail lookup by title slug
•User profile and submission access
•Contest details and ranking queries
•MCP tools and URI resources

Capabilities & Tool Schemas (7) ~77 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Leetcode.

get-daily-challenge

Get the daily challenge

get-problem

Get details for a specific problem

search-problems

Search for problems based on criteria

get-user-profile

Get user information

get-user-submissions

Get user submission history

get-user-contest-ranking

Get user contest rankings

How MCP Server Leetcode works

What doggybee/mcp-server-leetcode MCP server does

The doggybee/mcp-server-leetcode MCP server connects an MCP-compatible AI assistant with LeetCode data. It covers three main areas: problems, user information, and contests. Agents can retrieve the daily challenge, request a problem by its title slug, or search problem metadata using optional tags, difficulty, pagination limit, and offset values.

User-focused operations accept a LeetCode username and can return profile information, submission history, or contest rankings. Contest lookup uses a contest slug to retrieve contest details. The available material describes access to LeetCode data; it does not list a tool for submitting solutions or executing code.

How it works

The package runs as a command-line MCP server. After installation, an MCP client starts the mcp-server-leetcode executable and communicates with it through the client configuration. The repository also exposes a programmable LeetCodeService API for JavaScript applications, including methods for fetching the daily challenge and searching problems.

In addition to callable tools, the server defines URI resources. Problem resources include leetcode://daily-challenge, individual problem paths using a title slug, and a filterable problem-list URI. User resources provide profile, submissions, and contest-ranking paths keyed by username. These resources can be useful when a client supports MCP resource browsing as well as tool invocation.

Setup and configuration

Install the npm package globally with npm install -g @mcpfun/mcp-server-leetcode, then start the server with mcp-server-leetcode. A local package installation is also documented, and the repository can be cloned and built for development with npm scripts.

For Claude Desktop, add an MCP server entry whose command is mcp-server-leetcode. The README also shows a development configuration that starts the compiled JavaScript file with Node. No environment variables, API keys, or other credentials are specified in the provided material.

The package is published as @mcpfun/mcp-server-leetcode. The repository is licensed under MIT. The documented client integration is Claude for Desktop, while the server itself follows the MCP tool and resource model.

Tools and capabilities

The doggybee/mcp-server-leetcode MCP server exposes these tools:

  • get-daily-challenge retrieves the daily challenge.
  • get-problem fetches details for a problem identified by titleSlug.
  • search-problems filters problems by optional tags and difficulty and supports limit and skip values.
  • get-user-profile retrieves information for a supplied username.
  • get-user-submissions returns submission history with an optional result limit.
  • get-user-contest-ranking retrieves contest rankings for a username.
  • get-contest-details fetches information for a contest identified by contestSlug.

The repository describes the server as providing fast access to the LeetCode API, but it does not specify API rate limits, response schemas, or a separate authentication configuration. Check those operational details before deploying it for high-volume use.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Leetcode MCP Server logoLeetcode MCP Server

    MCP server enabling automated access to LeetCode's programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both leetcode.com (global) and leetcode.cn (China) sites.

    šŸ¤– Coding Agents5 views
    Compare vs Leetcode MCP Server →
  • Agy Bridge logoAgy Bridge

    Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity.

    šŸ¤– Coding Agents5 views
    Compare vs Agy Bridge →
  • Oz MCP Server logoOz MCP Server

    Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native @oz in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT.

    šŸ¤– Coding Agents4 views
    Compare vs Oz MCP Server →
  • 5dive MCP logo5dive MCP

    Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI.

    šŸ¤– Coding Agents3 views
    Compare vs 5dive MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
43
Stargazers on the source repository.
npm downloads
84
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server Leetcode

Install the npm package globally with `npm install -g @mcpfun/mcp-server-leetcode`, or install it locally in a project with npm.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server Leetcode AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/doggybee-mcp-server-leetcode?style=directory)](https://allmcps.com/mcp/doggybee-mcp-server-leetcode)
HTML Embed
<a href="https://allmcps.com/mcp/doggybee-mcp-server-leetcode"><img src="https://allmcps.com/api/badge/doggybee-mcp-server-leetcode?style=directory" alt="MCP Server Leetcode on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ¤–Coding Agents
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars43
GitHub Star CountTotal stargazers on GitHub representing community popularity (43 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 2, 2025
npm downloads84/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good Ā· 57/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· @smithery/cli (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ¤– Coding Agents →Best MCP servers for Coding Agents →Alternatives to MCP Server Leetcode →Install in Claude DesktopInstall in CursorInstall in VS Code