AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Codex Plugin

mcp-21st-dev-codex-plugin · by 21st-dev

21st.dev Codex plugin (self-hosted marketplace): bundles the 21st-cli skill + the remote 21st MCP server.

— No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add mcp-21st-dev-codex-plugin

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-21st-dev-codex-plugin)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Codex Plugin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

21st — Codex plugin

Wires up the 21st MCP server and the 21st.dev skills in Codex, so the agent searches, installs and publishes on 21st.dev from the terminal or via MCP, instead of hand-writing UI.

> The official Codex plugin directory is not open yet, so this plugin is > self-hosted only: add the marketplace by its git repo / URL directly, then > install through the in-CLI /plugins browser.

What's inside

  • MCP server 21st — the remote endpoint https://21st.dev/api/mcp,

exposing 21 tools: search, get_component, get_theme, bookmarks + lists, teams, get_usage, generate, and edit/delete for components/themes/ templates. Metadata search is free; component code, generation and writes are metered.

  • Skills — four focused skills that teach the 21st CLI, auto-activating

when the project has a components.json: 21st-cli-use (search/get/add), 21st-ai (generate/iterate/grab-code with 21st AI), 21st-registry (publish & manage), and 21st-design-sync (publish the project's design tokens as a theme).

Install

  1. Set your 21st API key (get one at https://21st.dev/settings/api-keys):

``bash export API_KEY_21ST="sk_..." ``

  1. Add this self-hosted marketplace:

``bash codex plugin marketplace add 21st-dev/codex-plugin ``

(Replace 21st-dev/codex-plugin with the actual /, git URL, or local path that hosts this directory.)

  1. Open the in-CLI plugin browser and install 21st:

`` /plugins ``

Find 21st in the browser and install it. This registers the skill and the MCP server from this plugin.

Auth

The MCP server is configured (.mcp.json) to read your key from the API_KEY_21ST environment variable and send it as a bearer token. The equivalent Codex config.toml block is:

[mcp_servers.21st]
url = "https://21st.dev/api/mcp"
bearer_token_env_var = "API_KEY_21ST"

If tool calls report "Not authenticated," confirm API_KEY_21ST is exported in the shell that launched Codex.

Layout

.codex-plugin/
  plugin.json     # skills + mcp references
.mcp.json         # remote 21st MCP (bearer via API_KEY_21ST env)
marketplace.json  # self-hosted marketplace listing this plugin
skills/
  21st-cli-use/
    SKILL.md       # bundled skills (shared with the Claude Code plugin
  21st-ai/         # and https://21st.dev/api/skills/)
    SKILL.md
  21st-registry/
    SKILL.md
  21st-design-sync/
    SKILL.md

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.