Shadcn Space MCP
@shadcnspace
关于 Shadcn Space MCP
Integrate the shadcn/ui MCP server from shadcn space into your IDE to generate accurate, production-ready Shadcn UI components.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "npx",
"args": [
"-y",
"shadcnspace-mcp@latest"
]
}
}
}工具
5Provides a comprehensive list of all shadcnspace blocks.
Provides a comprehensive list of all shadcnspace components.
Returns the official installation command for a specific Shadcn Space block.
Search Shadcn Space blocks using keywords or tags.
Lists all blocks that are currently installed in the project and get their files.
概览
What is Shadcn Space MCP?
Official Model Context Protocol (MCP) server for Shadcn Space that lets AI‑powered IDEs and agents discover, search, and install Shadcn Space UI blocks directly into projects without copy‑pasting.
How to use Shadcn Space MCP?
Install it with npx shadcnspace-cli install <client> (supports cursor, windsurf, claude, cline, antigravity) or add the manual JSON configuration to your IDE’s MCP config using npx -y shadcnspace-mcp@latest.
Key features of Shadcn Space MCP?
- List all available Shadcn Space blocks
- List all available Shadcn Space components
- Get official install command for a block
- Search blocks by keywords or tags
- List blocks already installed in the project
Use cases of Shadcn Space MCP?
- Ask “List all available UI blocks” to browse the library
- Request “Give me the code for accordion-01” to fetch a component
- Build a landing page by combining blocks like hero-01, feature grid, and a footer
- Search for a specific block using “Find the pricing‑03 block”
- Check which blocks are currently installed in the project
FAQ from Shadcn Space MCP
Which IDEs/clients are supported?
Cursor, Windsurf, Claude, Cline, and Antigravity.
How do I install the MCP server manually?
Add the following to your IDE’s MCP config:
{"mcpServers":{"shadcnspace-mcp":{"command":"npx","args":["-y","shadcnspace-mcp@latest"]}}}
What tools does the server provide?
listBlocks, listComponents, getBlockInstall, searchBlocks, and listInstalledBlocks.
What prompts are available?
search (find a UI block by name) and create-ui (create a new UI block from existing ones).
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论