21st.dev Codex plugin (self-hosted marketplace): bundles the 21st-cli skill + the remote 21st MCP server.
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"
]
}
}
}
Run in terminal:
claude mcp add codex-plugin npx -y 21st-dev/codex-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"codex-plugin": {
"command": "npx",
"args": [
"-y",
"21st-dev/codex-plugin"
]
}
}
}