# dotnet/skills | Model Context Protocol (MCP) Server > Skills for Real Engineers. Straight from my .agents directory. - **Stars**: ⭐ 210,103 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-skills" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-skills" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-skills` - **Docker**: `docker run -i --rm mcp/skills`