Productivity|Development|AI / MLTypeScript
shadcn-ui-mcp-server
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to shadcn/ui components.
N/A rating (0 reviews)0 installs2,746 GitHub stars
MCPshadcnUIAIcomponents
This server allows AI agents to seamlessly retrieve React, Svelte, Vue, and React Native implementations of shadcn/ui components, blocks, demos, and metadata, enhancing their development workflow.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"shadcn-ui-mcp-server-1": {
"args": [
"-y",
"@jpisnice/shadcn-ui-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.