
vibe
by mondaycom·★ 645·Score 51
MCP server for monday.com's Vibe Design System that helps discover component APIs and usage examples.
Overview
Vibe is an official design system from monday.com that provides UI resources for React.js application development. It includes a dedicated MCP server that helps developers work with Vibe components by providing intelligent assistance for discovering component APIs, getting usage examples, finding appropriate icons, and following best practices. The server is part of a larger ecosystem of packages including core components, icons, testing utilities, and styling foundations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Teams building applications with the Vibe Design System who want AI assistance for component selection and usage.
When NOT to choose this
Teams not using the Vibe Design System, or those seeking a more general-purpose UI component assistance tool.
Comparable tools
Installation
To install the Vibe MCP server, follow the instructions in the [@vibe/mcp](https://github.com/mondaycom/vibe/blob/master/packages/mcp/README.md) documentation.
For Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"vibe": {
"command": "node",
"args": ["path/to/@vibe/mcp/dist/index.js"]
}
}
}FAQ
- What is the Vibe MCP server?
- It's an MCP server that provides intelligent assistance for working with Vibe design system components, helping developers discover APIs, get examples, find icons, and follow best practices.
- How do I integrate the Vibe MCP server with my development tools?
- Follow the installation instructions in the [@vibe/mcp](https://github.com/mondaycom/vibe/blob/master/packages/mcp/README.md) documentation to integrate it with your preferred AI development tools.
Compare vibe with
Last updated · Auto-generated from public README + GitHub signals.