vibe
Social layer for Claude Code - DMs, presence, games between AI-assisted developers
The MCP server helps developers discover component APIs, get usage examples, find appropriate icons, and follow best practices for using the Vibe Design System. It streamlines the development process by offering guidance and resources directly related to the components being used. This ensures that developers can efficiently implement UI elements while adhering to the design guidelines provided by monday.com.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vibe": {
"args": [
"-y",
"slashvibe-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions