skills (MCP Server)

GitHub

Public repository for Agent Skills

169,413 stars Python MCP Ready Full Docs Skills View Markdown #agent-skills

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skills"
      ]
    }
  }
}