Skills and MCP server for creating, discovering and managing event pages on the Vybe platform.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vybe-mcp": {
"command": "npx",
"args": [
"-y",
"vybe-company/vybe-mcp"
]
}
}
}
Run in terminal:
claude mcp add vybe-mcp npx -y vybe-company/vybe-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"vybe-mcp": {
"command": "npx",
"args": [
"-y",
"vybe-company/vybe-mcp"
]
}
}
}