# VoltAgent/awesome-openclaw-skills | Model Context Protocol (MCP) Server > The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞 - **Stars**: ⭐ 51,870 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-openclaw-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-openclaw-skills" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-openclaw-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-openclaw-skills" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-openclaw-skills` - **Docker**: `docker run -i --rm mcp/awesome-openclaw-skills`