vibe
🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
claude mcp add --transport stdio mondaycom-vibe npx -y @mondaycom/vibe-mcp \ --env VIBE_MCP_LOG_LEVEL="info" \ --env VIBE_MCP_API_BASE_URL="https://vibe.monday.com"
How to use
Vibe's MCP server provides intelligent assistance for working with the Vibe design system. It helps you discover component APIs, offers usage examples, suggests appropriate icons, and highlights best practices when building with Vibe in React. The MCP is designed to integrate with AI development tools, enabling you to query component capabilities, retrieve usage snippets, and explore recommended icons or patterns directly from your development environment. To start using it, install the MCP package as described in the repository docs and connect it to your preferred AI tooling or development assistant.
Once running, you can interact with the MCP through your AI tooling or development environment to: retrieve component API surface details, fetch usage examples tailored to Vibe components, discover icons that fit a given component or context, and get guidance on best practices for accessibility, theming, and responsive behavior within Vibe’s design system.
How to install
Prerequisites:
- Node.js (recommended LTS, v14+)
- npm or yarn
- Internet access to install packages
Install steps:
-
Ensure you have Node.js and npm installed
- Check versions:
node -v npm -v
- Check versions:
-
Install or run the MCP package for Vibe
- Using npx (no global install required):
npx -y @mondaycom/vibe-mcp - Or install via npm globally and then run:
npm install -g @mondaycom/vibe-mcp vibe-mcp
- Using npx (no global install required):
-
Verify the MCP server is running and listening on the expected port (default 5000 or as configured by the package).
-
If you plan to connect via your AI tooling, refer to the docs for environment variables and endpoints to integrate with your desk setup.
Additional notes
Tips and common issues:
- Ensure your Node.js version is compatible with the MCP package requirements.
- If you encounter network or package resolution issues, try clearing npm/yarn caches or using a clean environment.
- Common environment variables: VIBE_MCP_LOG_LEVEL (debug, info, warn, error), VIBE_MCP_API_BASE_URL (custom API base if you host locally).
- When integrating with AI tools, verify the MCP endpoint URL and authentication as per your tooling documentation.
- If the MCP package name changes or you upgrade versions, consult the Vibe MCP docs for any breaking changes or required configuration updates.
- For troubleshooting, start the MCP in verbose mode and check logs for API discovery and component metadata requests.
Related MCP Servers
generator
CTX: a tool that solves the context management gap when working with LLMs like ChatGPT or Claude. It helps developers organize and automatically collect information from their codebase into structured documents that can be easily shared with AI assistants.
time
⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
rod
Model Context Protocol Server of Rod
browserai
A powerful Model Context Protocol (MCP) server that provides an access to serverless browser for AI agents and apps
mcp-human
Human Assistance for AI Assistants
AI-web mode
一个基于 MCP (Model Context Protocol) 的智能对话助手Web应用,支持实时聊天、工具调用和对话历史管理。