@pixpilot/shadcn-ui
v1.38.0
Published
Custom UI components and utilities built with shadcn/ui.
Readme
@pixpilot/shadcn-ui
Custom UI components and utilities built with shadcn/ui.
MCP Server
This package includes a local stdio MCP server for coding assistants that support the Model Context Protocol.
Add the package to your MCP client configuration:
{
"mcpServers": {
"shadcn-ui": {
"command": "npx",
"args": ["-y", "@pixpilot/shadcn-ui"]
}
}
}This works with Claude Code, Claude Desktop, GitHub Copilot, Cursor, Codex, and any MCP-compatible client.
The MCP client launches and stops the server automatically. You do not need to start the server manually.
The server exposes generated component metadata through:
list_componentsget_component_details
Component metadata is discovered from src/**/mcp.ts during the package build,
so adding a component to the MCP registry only requires adding that component's
metadata file.
