An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.
Loading more......
MCP server enabling automated access to LeetCode's programming problems, solutions, submissions, and user-specific features. It supports both the global and China LeetCode sites.
An MCP server for interacting with Obsidian via its REST API, enabling AI-powered knowledge management with the Model Context Protocol.
An open standard and protocol for building MCP servers that connect AI assistants with various data sources. MCP servers enable secure, two-way connections between data repositories and AI-powered tools, forming the backbone for context-aware AI integrations. The protocol includes specifications, SDKs, and pre-built servers for popular platforms.
A MCP server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation.
An MCP server enabling LLMs to interact with the Solana blockchain, supporting 40+ protocol actions. This server exemplifies advanced MCP server capabilities for blockchain integration.
A Model Context Protocol server for AI agents to interact with Twitter, supporting tweet operations and user interactions. Demonstrates MCP server utility for social media integration.
A Model Context Protocol (MCP) server for LeetCode that enables AI assistants and models to access LeetCode problems, user information, and contest data. It provides fast access to the LeetCode API and supports both CLI and programmable API usage.
Source: GitHub Repository
Problem-related:
get-daily-challenge: Get the daily challengeget-problem: Get details for a specific problem (by titleSlug)search-problems: Search for problems (by tags, difficulty, limit, skip)User-related:
get-user-profile: Fetch user information (by username)get-user-submissions: Get user submission history (by username, limit)get-user-contest-ranking: Get user contest ranking (by username)Contest-related:
get-contest-details: Get contest details (by contestSlug)leetcode://daily-challenge: Daily challengeleetcode://problem/{titleSlug}: Problem detailsleetcode://problems{?tags,difficulty,limit,skip}: Problem listleetcode://user/{username}/profile: User profileleetcode://user/{username}/submissions{?limit}: User submissionsleetcode://user/{username}/contest-ranking: User contest rankingnpx -y @smithery/cli install @doggybee/mcp-server-leetcode --client claudenpm install -g @mcpfun/mcp-server-leetcodenpm install @mcpfun/mcp-server-leetcodeMIT
No pricing information provided; open source under MIT license.
mcp, leetcode, ai-integration, coding
documentation-learning-resources