Shadcn
БесплатноНе проверенThis MCP server provides tools to install and manage shadcn/ui components directly from AI coding agents.
Описание
This MCP server provides tools to install and manage shadcn/ui components directly from AI coding agents.
README
An ai-factory extension that bundles the shadcn/ui MCP server for AI coding agents — tools to install and manage shadcn/ui components directly from the agent.
Quick Start
# from a local directory
ai-factory extension add ./ai-factory-extension-shadcn-mcp
# or from a git repo
ai-factory extension add https://github.com/dealenx/ai-factory-extension-shadcn-mcp.git
ai-factory merges the MCP server configs into every agent that supports MCP (Claude Code, Cline, etc.).
What Gets Installed
After installation your agent's MCP configuration will include:
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
}
}
}
Project Structure
ai-factory-extension-shadcn-mcp/
├── extension.json # Extension manifest (required)
├── mcp/ # MCP server templates
│ └── shadcn.json # shadcn/ui MCP server
├── package.json
├── LICENSE
└── README.md
How It Works
extension.json
The manifest declares which MCP servers the extension provides:
{
"name": "ai-factory-extension-shadcn-mcp",
"version": "1.0.0",
"description": "ai-factory extension: shadcn/ui MCP server",
"mcpServers": [
{
"key": "shadcn",
"template": "./mcp/shadcn.json",
"instruction": "shadcn/ui MCP: provides tools to install and manage shadcn/ui components"
}
]
}
| Field | Description |
|---|---|
key |
Unique identifier for the server entry in the agent's settings file. |
template |
Path to a JSON file with the server's command, args, and env. |
instruction |
Message shown to the user after install (e.g. required env vars). |
MCP Templates (mcp/*.json)
Each template follows the standard MCP server format:
mcp/shadcn.json
{
"command": "npx",
"args": ["shadcn@latest", "mcp"]
}
Managing the Extension
# List installed extensions
ai-factory extension list
# Remove the extension (cleans up MCP entries from agent configs)
ai-factory extension remove ai-factory-extension-shadcn-mcp
Documentation
- ai-factory Extensions Guide — full reference for extension manifest fields, MCP servers, injections, commands, skills, and agents.
License
Установка Shadcn
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dealenx/ai-factory-extension-shadcn-mcpFAQ
Shadcn MCP бесплатный?
Да, Shadcn MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Shadcn?
Нет, Shadcn работает без API-ключей и переменных окружения.
Shadcn — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Shadcn в Claude Desktop, Claude Code или Cursor?
Открой Shadcn на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Shadcn with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
