shadcnspace-mcp
by shadcnspace·★ 1·Score 37
MCP server for discovering and installing ShadcnSpace UI blocks directly in AI-powered IDEs.
Overview
This MCP server enables seamless integration of ShadcnSpace UI blocks into development environments through the Model Context Protocol. It provides tools to list, search, and install UI components directly from ShadcnSpace, eliminating the need for manual copy-paste operations. The server supports multiple AI IDE clients including Cursor, Windsurf, Claude, Cline, and Antigravity.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you're working on UI projects with ShadcnSpace components and want AI assistance to discover and integrate blocks directly in your IDE.
When NOT to choose this
Not ideal if you're not using ShadcnSpace components or if your IDE doesn't support MCP integration.
Tools this server exposes
5 tools extracted from the READMElistBlocksProvides a comprehensive list of all shadcnspace blocks.
listComponentsProvides a comprehensive list of all shadcnspace components.
getBlockInstallReturns the official installation command for a specific Shadcn Space block.
searchBlocksSearch Shadcn Space blocks using keywords or tags.
listInstalledBlocksLists all blocks that are currently installed in the project and get their files.
Comparable tools
Installation
Installation
**Automatic installation:**
npx shadcnspace-cli install <client>**Manual installation:** Add to your IDE's MCP config:
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "npx",
"args": ["-y", "shadcnspace-mcp@latest"]
}
}
}**Supported clients:** Cursor, Windsurf, Claude, Cline, Antigravity
FAQ
- What ShadcnSpace UI blocks can I access through this MCP server?
- You can access all available blocks and components from ShadcnSpace, which includes various UI components like accordions, hero sections, feature grids, and more. The server provides tools to list, search, and get installation details for any block.
- Which AI IDE clients are supported by this MCP server?
- Currently supported clients include Cursor, Windsurf, Claude, Cline, and Antigravity. The server is designed to work with any IDE that supports the MCP protocol.
Compare shadcnspace-mcp with
Last updated · Auto-generated from public README + GitHub signals.