# AkashSingh3031/The-Complete-FAANG-Preparation | Model Context Protocol (MCP) Server > Dive into this repository, a comprehensive resource covering Data Structures, Algorithms, 450 DSA by Love Babbar, Striver DSA sheet, Apna College DSA Sheet, and FAANG Questions! 🚀 That's not all! We've got Technical Subjects like Operating Systems, DBMS, SQL, Computer Networks, and Object-Oriented Programming, all waiting for you. - **Stars**: ⭐ 11,833 - **Language**: Jupyter Notebook - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "The-Complete-FAANG-Preparation": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-The-Complete-FAANG-Preparation" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "The-Complete-FAANG-Preparation": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-The-Complete-FAANG-Preparation" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-The-Complete-FAANG-Preparation` - **Docker**: `docker run -i --rm mcp/The-Complete-FAANG-Preparation`