awesome-claude-code (MCP Server)

GitHub

A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins

Claude Desktop Configuration

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

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