sms-setup-wizard

xavier-oc/sms-setup-wizard
★ 0 stars JavaScript API Integration Updated today
Setup wizard that generates a custom SMS-driven appointment pipeline — MCP server for your project management system, plus Twilio inbound handler and lead reminder skills. Parameterized for any business.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sms-setup-wizard": {
      "command": "npx",
      "args": [
        "-y",
        "xavier-oc/sms-setup-wizard"
      ]
    }
  }
}

README Excerpt

**Generate a complete SMS-driven appointment pipeline for your business in minutes.** The wizard asks you 26 questions about your business, then generates three production-ready artifacts: 1. **A custom MCP server** that wraps your project management system (ClickUp, Asana, Trello, Jira, Linear, Notion, or any REST API) with 8 purpose-built tools for SMS appointment handling.