ui-mcp-server.md

UI MCP Server

UI App
from"ShaojieJiang"

UI-as-a-tool MCP server with standardized component schemas

Developer Tools
UIschemascomponentsMCP
install.sh
# Clone the repository
$git clone https://github.com/ShaojieJiang/ui-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve