Autonomous LeetCode AI Intelligence Platform with Multi-Label Company Classifiers, 30 Algorithmic Archetype Clusters, Continuous Ingestion Scraper, Two-Way MCP Server & Web Dashboard
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"leetcode-ai-intellig": {
"command": "uvx",
"args": [
"leetcode-ai-intelligence"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add leetcode-ai-intellig uvx leetcode-ai-intelligence
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"leetcode-ai-intellig": {
"command": "uvx",
"args": [
"leetcode-ai-intelligence"
]
}
}
}
📋 Copy
Or install with pip: pip install leetcode-ai-intelligence