Best for
- Developers using shadcn/ui
- Teams wanting AI assistants to generate shadcn/ui-style component code
- Developers needing consistent UI across frameworks (React, Svelte, Vue, React Native)
- Building AI-powered development tools or integrations
This server provides rich access to shadcn/ui components with multi-framework support and easy installation. However, it depends on GitHub API, and rate limits are the main bottleneck; configuring a token is recommended for a good experience.
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to shadcn/ui v4 components, blocks, demos, and metadata. Supports React, Svelte, Vue, and React Native implementations for AI-powered development workflows.
npx @jpisnice/shadcn-ui-mcp-server --github-api-key YOUR_TOKEN.{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": [
"-y",
"@jpisnice/shadcn-ui-mcp-server",
"--github-api-key",
"YOUR_GITHUB_TOKEN"
]
}
}
}