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.
Quick Start
Clone the repository:
git clone https://github.com/doggybee/mcp-server-leetcodeClaude 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.