Skip to main content
Glama

Shadcn UI MCP Server

by heilgar
package.json1.22 kB
{ "name": "@heilgar/shadcn-ui-mcp-server", "version": "1.0.6", "description": "MCP server for shadcn/ui component references", "type": "module", "main": "dist/index.js", "bin": { "shadcn-ui-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "inspector": "mcp-inspector" }, "repository": { "type": "git", "url": "git+https://github.com/heilgar/shadcn-ui-mcp-server.git" }, "keywords": [ "mcp", "model", "context", "protocol", "shadcn-ui", "mcp server" ], "author": "heilgar", "license": "MIT", "bugs": { "url": "https://github.com/heilgar/shadcn-ui-mcp-server/issues" }, "homepage": "https://github.com/heilgar/shadcn-ui-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.3", "cheerio": "^1.0.0" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/node": "^22.15.18", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0" }, "volta": { "node": "22.15.1", "npm": "11.4.0" } }

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

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