Stand up the brain for the team, then connect the tools. Two transports: one-click connectors live everywhere, local connectors run in Claude Code and Desktop. Secrets live in the host or keychain, never in Git.
crue-os/crue-os via the Claude GitHub App./plugin marketplace add crue-os/crue-os then /plugin install crue-web@crue-os.10-house/) to the crue · House Project from the GitHub connector. One way, read-only. Push to the repo, then Sync.Settings → Connectors → add, then sign in. These work in claude.ai web, Desktop and Code.
Figma · Canva · Sanity · Supabase · Vercel · GitHub · ClickUp · Microsoft 365 · Higgsfield. Settings → Connectors → find each → Connect → authorize the account. Enable per Project where relevant.
Add custom connector with URL https://api.mobbin.com/mcp, then Connect and sign in with your Mobbin Pro account. Per-seat login.
Add custom connector with URL https://mcp.ideogram.ai/mcp, then Connect and sign in with your Ideogram account.
Add custom connector with URL https://bexio-mcp.crue.ch/mcp, Connect, then sign in with your crue Microsoft 365 account (Entra SSO). Enabled only in the crue · House Project.
Local stdio servers. Claude Code and Desktop only, by design. Per-user.
Component generation for the build. Get an API key from the 21st.dev Magic console, then:
npx @21st-dev/cli@latest install claude --api-key YOUR_KEY
Restart Claude, then use /ui in a build session. The key lives in local config, never in Git.
Real traffic and funnels, read-only. In Google Cloud: enable the Analytics Admin and Data APIs, create a Desktop OAuth client, then authorize and register:
gcloud auth application-default login \
--scopes=https://www.googleapis.com/auth/analytics.readonly,\
https://www.googleapis.com/auth/cloud-platform \
--client-id-file=YOUR_CLIENT.json
claude mcp add analytics-mcp --scope user \
-e GOOGLE_APPLICATION_CREDENTIALS=PATH \
-e GOOGLE_PROJECT_ID=PROJECT_ID \
-- pipx run analytics-mcp
Each teammate sets up their own Google login. It sees the GA properties that account can access.