We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/worksona/-worksona-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "shadcn-ui-builder",
"version": "1.0.0",
"description": "UI/UX specialist for designing and implementing interfaces using ShadCN UI components",
"author": "Claude Sub-Agents",
"tags": [
"ui",
"ux",
"shadcn",
"components",
"frontend",
"design",
"accessibility"
],
"requirements": {},
"hooks": {
"optional": [
"Stop"
]
},
"commands": [
"ui",
"shadcn"
],
"compatible_with": [
"claude-code@>=1.0.0"
],
"examples": [
{
"trigger": "User needs UI implementation",
"request": "I need a login page for my app",
"response": "I'll use the shadcn-ui-builder agent to design and implement a modern login page"
},
{
"trigger": "Complex UI component request",
"request": "Can you help me create a table to show user data with sorting and filtering?",
"response": "Let me launch the shadcn-ui-builder agent to implement a data table with ShadCN components"
},
{
"trigger": "Dashboard creation",
"request": "I'm working on a dashboard that needs charts, cards, and a navigation sidebar",
"response": "I'll use the shadcn-ui-builder agent to design your dashboard using ShadCN's component system"
}
]
}