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

Claude Code Plugin

mcp-21st-dev-claude-code-plugin · by 21st-dev

21st.dev Claude Code plugin: bundles the 21st-cli skill + the remote 21st MCP server in one install.

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

Install

$ agentstack add mcp-21st-dev-claude-code-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-claude-code-plugin)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 17d 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 Claude Code Plugin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

21st — Claude Code plugin

One install wires up both the 21st MCP server and the 21st.dev Agent Skills in Claude Code, so Claude searches, installs and publishes on 21st.dev from the terminal or via MCP tool calls, instead of hand-writing UI.

What's inside

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

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

  • Skills — seven focused Agent Skills that teach the 21st CLI

(npx @21st-dev/cli), auto-activating when the project has a components.json: 21st-cli-use (search / install), 21st-ai (generate, iterate on, and grab code from 21st AI drafts), 21st-registry (publish & manage components/themes/templates), and 21st-design-sync (publish the project's design tokens as a theme), plus project-aware Build, Explore, and Review workflows.

Install

  1. Set your 21st API key in the environment (get one at

https://21st.dev/settings/api-keys):

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

  1. Add this marketplace and install the plugin from inside Claude Code:

`` /plugin marketplace add 21st-dev/claude-code-plugin /plugin install 21st@21st ``

(21st@21st = plugin 21st from marketplace 21st. Replace 21st-dev/claude-code-plugin with the actual / that hosts this directory, or a local path / git URL.)

  1. Restart Claude Code (or reload) so the MCP server connects. Verify with

/mcp — you should see the 21st server with its full tool list (search, get_component, get_theme, bookmarks, teams, generate, …).

Auth

The MCP server reads your key from the API_KEY_21ST environment variable and sends it as the x-api-key header (see plugins/21st/.mcp.json). If tool calls report "Not authenticated," confirm API_KEY_21ST is exported in the shell that launched Claude Code, then reconnect via /mcp.

Layout

.claude-plugin/
  marketplace.json          # marketplace listing this plugin
plugins/
  21st/
    .claude-plugin/
      plugin.json           # skills + mcpServers (via ${CLAUDE_PLUGIN_ROOT})
    .mcp.json               # remote 21st MCP (x-api-key: ${API_KEY_21ST})
    skills/
      21st-cli-use/
        SKILL.md            # bundled Agent Skills (same source as
      21st-ai/              # https://21st.dev/api/skills/)
        SKILL.md
      21st-registry/
        SKILL.md
      21st-design-sync/
        SKILL.md

Bundled paths in plugin.json use ${CLAUDE_PLUGIN_ROOT} so they resolve regardless of where the plugin is installed.

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.