claude-code-plugin

21st-dev/claude-code-plugin
★ 1 stars Unknown language Code/Dev Tools Updated 3d ago
21st.dev Claude Code plugin: bundles the 21st-cli skill + the remote 21st MCP server in one install.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "21st-dev/claude-code-plugin"
      ]
    }
  }
}