Shadcn Space MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listBlocksA | Provides a complete list of all Shadcn Space blocks that can be used in a project. Agents can use this to explore available block types before deciding which ones to add or customize. |
| listComponentsA | Provides a full list of Shadcn Space components. Agents can use this to discover components to build pages or sections within a project. |
| getBlockInstallA | Returns the official installation command for a specific Shadcn Space block. Agents can use this to add a block to the project automatically before customizing it. |
| searchBlocksA | Search Shadcn Space blocks using keywords or tags. Agents can use this to find relevant blocks when building a page based on user requirements or content type. |
| listInstalledBlocksA | Lists all blocks that are currently installed in the project. Agents can use this to determine which blocks are available for customization or updating, and optionally filter by specific block names. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search | Search for a component to use in your project. |
| create-ui | Architect a full UI page using ShadcnSpace blocks. |
| customization-guidelines | Defines which parts of installed blocks can be safely modified (text only). Agents can read this before editing any block files. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shadcnspace/shadcnspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server