diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 17398848..6d01e722 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -41,6 +41,11 @@ args = ["-y" "@sveltejs/mcp"]; type = "stdio"; }; + # npx shadcn@latest mcp init --client claude + shadcn = { + command = "npx"; + args = ["-y" "shadcn@latest" "mcp"]; + }; }; }; };