File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,12 +166,23 @@ npx @jpisnice/shadcn-ui-mcp-server --framework react-native
166166```
167167
168168### 3. Integrate with Your Editor
169+ - ** Autohand Code** : See [ Autohand Code Integration] ( #-autohand-code-integration ) below
169170- ** Claude Code** : See [ Claude Code Integration] ( #-claude-code-integration ) below
170171- ** VS Code** : [ docs/integration/vscode.md] ( docs/integration/vscode.md )
171172- ** Cursor** : [ docs/integration/cursor.md] ( docs/integration/cursor.md )
172173- ** Claude Desktop** : [ docs/integration/claude-desktop.md] ( docs/integration/claude-desktop.md )
173174- ** Continue.dev** : [ docs/integration/continue.md] ( docs/integration/continue.md )
174175
176+ ## 💻 Autohand Code Integration
177+
178+ Use the [ Autohand Code CLI] ( https://github.com/autohandai/code-cli/ ) to add the shadcn/ui MCP server:
179+
180+ ``` bash
181+ autohand mcp add shadcn bunx -y @jpisnice/shadcn-ui-mcp-server --github-api-key YOUR_TOKEN
182+ ```
183+
184+ Add ` --scope project ` before ` shadcn ` to save the server in the current project's ` .autohand ` configuration instead of your user configuration.
185+
175186## 💻 Claude Code Integration
176187
177188### Quick Add (CLI)
You can’t perform that action at this time.
0 commit comments