codex-plugin

21st-dev/codex-plugin
★ 0 stars Unknown language Code/Dev Tools Updated 3d ago
21st.dev Codex plugin (self-hosted marketplace): bundles the 21st-cli skill + the remote 21st MCP server.
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": {
    "codex-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "21st-dev/codex-plugin"
      ]
    }
  }
}