Security
Trust: 37/100 (Limited)io.github.SPerekrestova/interactive-leetcode-mcp Guide
Interactive LeetCode MCP server with authorization and solution submission capabilities
7 starsby SPerekrestova
Quick Start
Install
npx @sperekrestova/interactive-leetcode-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-sperekrestova-interactive-leetcode-mcp": {
"command": "npx",
"args": [
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}