Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 547 Bytes

File metadata and controls

28 lines (20 loc) · 547 Bytes

@21st-dev/cli

Adds MagicMCP configuration to AI IDEs (Cursor, Windsurf, Cline, etc.)

Usage

npx @21st-dev/cli@latest install <client> --api-key <key>

You can obtain your API key at 21st.dev Magic Console

Supported IDEs: cursor, windsurf, cline, claude, witsy, enconvo

Manual Installation

Add to your IDE's MCP config:

{
  "mcpServers": {
    "@21st-dev/magic": {
      "command": "npx",
      "args": ["-y", "@21st-dev/magic@latest", "API_KEY=\"your-api-key\""]
    }
  }
}