The Wired Connection faster Tour All TWC

Workflow automation · n8n Cloud

calloway.app.n8n.cloud

The production home for every TWC workflow. Cloud-hosted (non-HIPAA), with one-click OAuth for Slack and Monday.

Get access

  1. Sign in with your TWC Google account.

    If you've never signed in before, the first attempt provisions you. Ping Avery Sinclair on Slack if your account isn't recognized.

    Open calloway.app.n8n.cloud

  2. Find your project.

    Dev Automations is the canonical owner for production workflows, everything we ship lives there. Personal exploration goes under your own user.

  3. Connect credentials.

    Slack and Monday have one-click OAuth pre-wired at the instance level, no client ID or secret to paste. Just hit Connect on the credential and finish in the popup.

Connect n8n to Claude (MCP)

One-line installer that wires the n8n MCP server into Claude Code or Claude Desktop so you can build, edit, and audit workflows from Claude.

curl -fsSL https://is.gd/oGMt6n | bash
The installer drops a config block into your Claude settings pointing at calloway.app.n8n.cloud. Restart Claude Code after running it.

Apps Script projects (clasp)

If your workflow needs to push code to a Google Apps Script project (Sheets/Docs/Gmail bound), use the team's clasp wrapper.

curl -fsSL https://is.gd/JcG9hE | bash

Conventions

Architecture

How the one-line installer wires Claude Code to n8n, and how calls flow at runtime.

DISTRIBUTION TEAMMATE'S MAC N8N CLOUD is.gd/oGMt6n one-line installer link GitHub gist setup-n8n-mcp.sh S3 celebrate page opens on success Installer (bash) mints key · mcp add Claude Code CLI user-scope MCP config n8n-mcp (npx) stdio ↔ HTTPS bridge REST API /api/v1 JWT bearer auth calloway.app.n8n.cloud production automations resolves curl | bash register MCP open validate key stdio HTTPS + JWT
The is.gd short link resolves to a GitHub gist; the installer mints an API key, registers the MCP server with Claude Code, and opens a celebration page on success. At runtime Claude Code bridges through n8n-mcp over stdio to the n8n REST API with a JWT bearer token.

← back to all tools