Skip to main content
Coding AgentsTypeScript

doggybee/mcp-server-leetcode

An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.

coding-agentscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/doggybee/mcp-server-leetcode

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-leetcode": {
      "command": "npx",
      "args": [
        "-y",
        "doggybee/mcp-server-leetcode"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
doggybee