Leetcode-MCP-Server

Akanksha-Ceris/Leetcode-MCP-Server
★ 0 stars Python AI/LLM Updated 4d ago
🚀 AI-powered LeetCode Coach built using the Model Context Protocol (MCP). This project enables AI assistants to recommend coding problems, track progress, analyze performance, and generate personalized interview preparation plans through custom MCP tools developed in Python.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "leetcode-mcp-server": {
      "command": "uvx",
      "args": [
        "leetcode-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install leetcode-mcp-server