Skip to main content
Glama
magnusrodseth

shadcn MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging (set to 'true' to enable)
NODE_ENVNoSet environment (e.g., 'development' or 'production')
GITHUB_TOKENNoGitHub personal access token for higher rate limits (optional but recommended)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_componentB

Get the source code and metadata for a specific shadcn/ui component

list_componentsC

List all available shadcn/ui components

get_blockB

Get a complete shadcn/ui block implementation

list_blocksA

List all available shadcn/ui blocks

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a unique purpose: listing vs getting, and blocks vs components. No overlap, clear boundaries.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get/list + block/component) with underscores, no style mixing.

Tool Count5/5

4 tools are well-scoped for a reference server on shadcn/ui components and blocks, neither too few nor too many.

Completeness5/5

The set covers both listing and retrieving individual items for both blocks and components, meeting typical informational needs without obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues