Back to Home
matuteduro icon

mcp-server

Verified Safe

by 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

Run Command
node src/mcp-server.js

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-26

Tags

MCPDesign SystemLLM ToolingReactNode.js