interactive leetcode mcp for Claude Desktop
io.github.sperekrestova/interactive-leetcode-mcp
Interactive LeetCode MCP server with authorization and solution submission capabilities
client:Claude Desktop
transport:stdio
runtime:npm
Install interactive leetcode mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"interactive-leetcode-mcp": {
"command": "npx",
"args": [
"-y",
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs