Interactive Leetcode MCP
Rank #4,556io.github.SPerekrestova/interactive-leetcode-mcp
Interactive LeetCode MCP server with authorization and solution submission capabilities
Interactive Leetcode MCP is a Model Context Protocol (MCP) server published by sperekrestova. It ranks #4,556 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Interactive Leetcode MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Jan 21, 2026 and most recently updated on Apr 23, 2026.
Ranks ahead of 110,904 of 115,460 servers on MCP Toplist.
Use Interactive Leetcode MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add interactive-leetcode-mcp -- npx -y @sperekrestova/interactive-leetcode-mcp[mcp_servers.interactive-leetcode-mcp]
command = "npx"
args = ["-y", "@sperekrestova/interactive-leetcode-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"interactive-leetcode-mcp": {
"command": "npx",
"args": [
"-y",
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"interactive-leetcode-mcp": {
"command": "npx",
"args": [
"-y",
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"interactive-leetcode-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"interactive-leetcode-mcp": {
"command": "npx",
"args": [
"-y",
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"interactive-leetcode-mcp": {
"command": "npx",
"args": [
"-y",
"@sperekrestova/interactive-leetcode-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SPerekrestova%2Finteractive-leetcode-mcp)<a href="https://mcptoplist.com/server/io.github.SPerekrestova%2Finteractive-leetcode-mcp"><img src="https://mcptoplist.com/badge/io.github.SPerekrestova%2Finteractive-leetcode-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
sperekrestova
Other servers by sperekrestova
View all sperekrestova servers →Available versions (7)
| Version | Published |
|---|---|
| 3.2.2 | Apr 23, 2026 |
| 3.2.1 | Feb 11, 2026 |
| 3.1.1 | Feb 6, 2026 |
| 3.0.0 | Jan 28, 2026 |
| 2.0.2 | Jan 24, 2026 |
| 2.0.1 | Jan 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Interactive Leetcode MCP?
- Interactive Leetcode MCP is maintained by sperekrestova, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Interactive Leetcode MCP listed on the Official MCP Registry?
- Yes — Interactive Leetcode MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Interactive Leetcode MCP have?
- MCP Toplist tracks 7 versions of Interactive Leetcode MCP, most recently published on Apr 23, 2026.
- Where can I find the source code for Interactive Leetcode MCP?
- The source code for Interactive Leetcode MCP is hosted at github.com/sperekrestova/interactive-leetcode-mcp.