← ClaudeAtlas

ccc-connectlisted

Opt-in MCP connector setup — click-connect Notion, Slack, GitHub, Supabase, Figma, Linear, Vercel, Neon, Fly.io, Upstash, Sentry, Stripe, Browserbase, Postgres,…
KevinZai/commander · ★ 3 · AI & Automation · score 79
Install: claude install-skill KevinZai/commander
# /ccc-connect — MCP Connector Wizard Click-to-connect opt-in MCP servers. Never auto-installs — always user-initiated. ## Affiliate disclosure (ALWAYS show at top of every /ccc-connect response) ``` 💸 Some links below are affiliate — CCC may earn a commission at no cost to you. [Disclosure](https://docs.commanderplugin.com/affiliate-disclosure) ``` ## Response shape (EVERY time) ### 1. Brand header ``` **CC Commander** · Connector Wizard · [Docs](https://commanderplugin.com) ``` ### 2. Context strip Detect currently-connected MCPs in parallel via a single Bash call: - `claude mcp list 2>/dev/null | grep -c '^ ' || echo 0` → count - `claude mcp list 2>/dev/null | awk '{print $1}' | tr '\n' ',' || echo "none"` → names Render: > 🔌 Currently connected: <count> MCPs · <comma-list or 'none yet'> If none connected: "🔌 No MCPs wired up — pick a category below and I'll walk you through." ### 3. Category picker — `AskUserQuestion` ``` question: "Which category?" header: "Connect" multiSelect: false options: - label: "📋 Tasks" description: "Linear — first-class CC Commander integration." preview: "Best for: issue tracking, sprint planning, CC-* task routing." - label: "🗄️ Backend" description: "Supabase, Neon, Postgres — databases for shipped apps." preview: "Best for: SaaS backends, auth, schema inspection." - label: "🚀 Hosting" description: "Vercel, Fly.io, Cloudflare — deploy and edge." preview: "Best for: web deploys, Docker services