easy-vibe (MCP Server)

GitHub

πŸ’» vibe coding 101|The first course for AI-native product builders.

18,933 stars JavaScript MCP Ready Full Docs Skills View Markdown #agent#ai#coding#course

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "easy-vibe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-easy-vibe"
      ]
    }
  }
}