Back to Home
heyadam icon

mcpsystemdesign

Verified Safe

by heyadam

Overview

A production-ready Model Context Protocol (MCP) server that exposes design system components and style guides for AI assistants, enabling them to generate UI code and understand design principles.

Installation

Run Command
npm run dev

Security Notes

The server implements good security practices including robust Zod-based input validation for JSON-RPC requests, whitelist-based Host header validation to prevent injection, and basic in-memory rate limiting (100 requests/minute per IP). While CORS is set to '*' (permissive), this is a conscious decision for a public API exposing design system data. The in-memory rate limiter is not distributed and resets on serverless cold starts, which is a known limitation for high-scale, production-critical rate limiting but acceptable for many use cases.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-13

Tags

Web ComponentsTailwind CSSAIDesign SystemMCP