mcp-server
Verified Safeby matuteduro
Overview
To serve a React design system's components and instructions to an LLM via Model Context Protocol (MCP) for guided UI generation.
Installation
node src/mcp-server.jsSecurity Notes
The server communicates over standard I/O (stdio), significantly reducing its external network attack surface. It reads a local JSON file ('design-system.json') and exposes its content via MCP resources and tools. No 'eval' or explicit dangerous operations detected. Security relies on the integrity of the 'design-system.json' file.
Similar Servers
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
logicstamp-mcp
Provides AI assistants with structured access to React/TypeScript codebases through LogicStamp Context's analysis engine, enabling safe analysis, modification, and verification of code.