Back to MCP Servers
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-agentsai
By doggybee
Installation
npx -y mcp-server-leetcodeConfiguration
{
"mcpServers": {
"mcp-server-leetcode": {
"command": "npx",
"args": ["-y", "mcp-server-leetcode"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes