MCP Server
Vibe Design System MCP Server
by monday.com
monday.com's official React UI library and tooling.
About Vibe Design System
A comprehensive suite of packages tailored to streamline React.js application development with monday.com's design language. Includes a core component library, icons library, Storybook blocks, codemods and CLI tools, and testing utilities for Playwright.
Tags
design-systemreactmondayui-components
How to install Vibe Design System
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"vibe-design-system": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-vibe-design-system"]
}
}
}Example shape only — see the repository for the canonical install command.