# ossu/computer-science | Model Context Protocol (MCP) Server > 🎓 Path to a free self-taught education in Computer Science! - **Stars**: ⭐ 206,196 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "computer-science": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-computer-science" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "computer-science": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-computer-science" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-computer-science` - **Docker**: `docker run -i --rm mcp/computer-science`