Seamlessly access ShadcnSpace UI blocks into your editor using MCP
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Seamlessly access ShadcnSpace UI blocks into your editor using MCP
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP Security Weekly
Get CVE alerts and security updates for Shadcnspace Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx shadcnspace-cli install <client>
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
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. |
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. |
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."
Created by shadcnspace.