Skip to main content
Glama

@jpisnice/shadcn-ui-mcp-server

by Jpisnice
MIT License
148
47

get_block

Extract the source code for a specific shadcn/ui v4 block, such as calendar-01 or dashboard-01, with an option to include associated component files for complex blocks.

Instructions

Get source code for a specific shadcn/ui v4 block (e.g., calendar-01, dashboard-01)

Input Schema

NameRequiredDescriptionDefault
blockNameYesName of the block (e.g., "calendar-01", "dashboard-01", "login-02")
includeComponentsNoWhether to include component files for complex blocks (default: true)

Input Schema (JSON Schema)

{ "properties": { "blockName": { "description": "Name of the block (e.g., \"calendar-01\", \"dashboard-01\", \"login-02\")", "type": "string" }, "includeComponents": { "description": "Whether to include component files for complex blocks (default: true)", "type": "boolean" } }, "required": [ "blockName" ], "type": "object" }
Install Server

Other Tools from @jpisnice/shadcn-ui-mcp-server

Related Tools

    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/Jpisnice/shadcn-ui-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server