Shadcn Space MCP
Integrate shadcn space MCP server into your IDE to generate ready-to-use shadcn/ui components without guesswork.
shadcnspace-mcp
Official Model Context Protocol (MCP) server for Shadcn Space.
This MCP server allows AI-powered IDEs and agents to discover, search, and install Shadcn Space UI blocks directly into your projects — no copy-paste required.
Install MCP configuration
npx shadcnspace-cli install <client>
Supported Clients
- cursor
- windsurf
- claude
- cline
- antigravity
Manual Installation
Add to your IDE's MCP config:
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "npx",
"args": ["-y", "shadcnspace-mcp@latest"]
}
}
}
For more information visit our documentation of How to use MCP Server
Available Tools
The server provides the following tools callable via MCP:
| Tool Name | Description |
|---|---|
listBlocks | Provides a comprehensive list of all shadcnspace blocks. |
listComponents | Provides a comprehensive list of all shadcnspace components. |
getBlockInstall | Returns the official installation command for a specific Shadcn Space block. |
searchBlocks | Search Shadcn Space blocks using keywords or tags. |
listInstalledBlocks | Lists all blocks that are currently installed in the project and get their files. |
Available Prompts
The server provides the following prompts callable via MCP:
| Prompt/Command | Description |
|---|---|
search | Find specific UI block by name. |
create-ui | Create a new UI block using our exisitng blocks. |
Example Usage
Once configured, you can ask questions like:
"List all available UI blocks"
"Give me the code for the accordion-01 component"
"Create a landing page for a coffee shop using a hero-01 block, a 3-column feature grid, and a dark-themed footer."
Credits
Created by shadcnspace.
Verwandte Server
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Test Automator
An LLM-powered server for automating unit, integration, E2E, and API tests.
The Game Crafter MCP Server
Indie board game designers, tabletop creators, and TGC users who want to manage their projects through an AI assistant instead of navigating the TGC web interface manually.
Image Generator MCP Server
Generate placeholder images with specified dimensions and colors, and save them to a file path.
Apifox MCP Pro
An enhanced Apifox MCP service providing comprehensive API management capabilities for Claude Desktop and Cursor.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
XcodeBuild MCP
A server providing tools for Xcode project management, simulator management, and app utilities.
MCP Server
Automate data science stages using your own CSV data files.
Revit MCP
Interact with Autodesk Revit using the MCP protocol. This server provides AI tools and requires the corresponding Revit plugin to function.
Azure DevOps
Interact with Azure DevOps Work Items using the Azure DevOps REST API.
Remote Terminal MCP for Cursor
A remote terminal tool for Cursor to manage and connect to remote servers via SSH, jump hosts, and Docker containers.