Leetcode-MCP
Verified Safeby ashwinnmit
Overview
A custom server to track and store personal LeetCode progress, exposing progress data as MCP tools.
Installation
mcp run main:mcpSecurity Notes
The server uses parameterized queries for SQLite, preventing SQL injection. It relies on a local, open-source LeetCode API proxy, which shifts some security responsibility to the proxy's implementation. Username parameters are passed directly to the proxy URL without explicit sanitization, but this is a minor risk assuming the proxy handles typical LeetCode usernames robustly. No hardcoded secrets or 'eval' statements were found.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.