AutomationFlowsGeneral › AWS Transcribe Tool Mcp Server All Operations

AWS Transcribe Tool Mcp Server All Operations

Original n8n title: 🛠️ AWS Transcribe Tool Mcp Server 💪 All Operations

ByDavid Ashby @cfomodz on n8n.io

Complete MCP server exposing all AWS Transcribe Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built.

Event trigger★★☆☆☆ complexityAI-powered7 nodesMcp TriggerAws Transcribe Tool
General Trigger: Event Nodes: 7 Complexity: ★★☆☆☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #5330 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "2LHnQy6dukuG0VBo",
  "meta": null,
  "name": "AWS Transcribe Tool MCP Server",
  "tags": [],
  "nodes": [
    {
      "id": "f825fad3-d1a6-4800-8ff5-b9e03dfe8483",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -200
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## \ud83d\udee0\ufe0f AWS Transcribe Tool MCP Server\n\n### \ud83d\udccb Available Operations (4 total)\n\n**Transcriptionjob**: create, delete, get, get all\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure AWS Transcribe Tool authentication in one tool node then open and close all others.\n2. **\ud83d\ude80 Activate**: Enable this workflow to start your MCP server\n3. **\ud83d\udd17 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **\ud83e\udd16 Connect**: Use MCP URL in your AI agent configurations\n\n### \u2728 Ready-to-Use Features\n\n\u2022 Zero configuration - all 4 operations pre-built\n\u2022 AI agents automatically populate parameters via `$fromAI()` expressions\n\u2022 Every resource and operation combination available\n\u2022 Native n8n error handling and response formatting\n\u2022 Modify parameter defaults in any tool node as needed\n\n### \ud83d\udcac Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "69490659-7d20-4ace-b5df-ade65719e960",
      "name": "AWS Transcribe Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -420,
        -220
      ],
      "parameters": {
        "path": "aws-transcribe-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "457aa710-405a-4e74-a1af-1b2229c14d14",
      "name": "Create a transcription job",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "options": {},
        "languageCode": "={{ $fromAI('Language_Code', ``, 'string') }}",
        "mediaFileUri": "={{ $fromAI('Media_File_Uri', ``, 'string') }}",
        "detectLanguage": "={{ $fromAI('Detect_Language', ``, 'boolean') }}",
        "transcriptionJobName": "={{ $fromAI('Transcription_Job_Name', ``, 'string') }}"
      },
      "credentials": {
        "aws": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "42ace42c-ea55-489b-9842-0aeafcc30c7f",
      "name": "Delete a transcription job",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -580,
        140
      ],
      "parameters": {
        "operation": "delete",
        "transcriptionJobName": "={{ $fromAI('Transcription_Job_Name', ``, 'string') }}"
      },
      "credentials": {
        "aws": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ed23b53c-50f0-41b7-87a9-347793f91c96",
      "name": "Get a transcription job",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -360,
        140
      ],
      "parameters": {
        "simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
        "operation": "get",
        "returnTranscript": "={{ $fromAI('Return_Transcript', ``, 'boolean') }}",
        "transcriptionJobName": "={{ $fromAI('Transcription_Job_Name', ``, 'string') }}"
      },
      "credentials": {
        "aws": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6d6dd15a-34a8-4066-9280-ffa3b3e393b2",
      "name": "Get many transcription jobs",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -140,
        140
      ],
      "parameters": {
        "limit": "={{ $fromAI('Limit', ``, 'number') }}",
        "filters": {},
        "operation": "getAll",
        "returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
      },
      "credentials": {
        "aws": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c3e5205b-60cd-45f2-9e34-41b5b2c20a9d",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 1080,
        "height": 180,
        "content": "## Transcription Job"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "shared": [
    {
      "role": "workflow:owner",
      "project": {
        "id": "G5fce9xGuBAsWBXe",
        "icon": null,
        "name": "David Ashby <david.ashby.lds@gmail.com>",
        "type": "personal",
        "createdAt": "2025-06-04T02:55:02.013Z",
        "updatedAt": "2025-06-04T02:56:01.361Z",
        "projectRelations": [
          {
            "role": "project:personalOwner",
            "user": {
              "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
              "role": "global:owner",
              "email": "david.ashby.lds@gmail.com",
              "disabled": false,
              "lastName": "Ashby",
              "settings": {
                "npsSurvey": {
                  "responded": true,
                  "lastShownAt": 1749357655581
                },
                "userActivated": true,
                "userActivatedAt": 1749075994495,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
              },
              "createdAt": "2025-06-04T02:55:01.745Z",
              "firstName": "David",
              "isPending": false,
              "updatedAt": "2025-06-08T04:40:58.399Z",
              "mfaEnabled": false,
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_n8n_version": "1.95.3",
                "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
              }
            },
            "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "projectId": "G5fce9xGuBAsWBXe",
            "updatedAt": "2025-06-04T02:55:02.013Z"
          }
        ]
      },
      "createdAt": "2025-06-25T21:29:26.246Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-06-25T21:29:26.246Z",
      "workflowId": "2LHnQy6dukuG0VBo"
    }
  ],
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-06-25T21:29:26.244Z",
  "updatedAt": "2025-06-25T21:29:53.000Z",
  "versionId": "0f8cc823-b2a5-4bee-bbfc-7da9c35b32c2",
  "isArchived": false,
  "staticData": null,
  "connections": {
    "Get a transcription job": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a transcription job": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a transcription job": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many transcription jobs": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Complete MCP server exposing all AWS Transcribe Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built.

Source: https://n8n.io/workflows/5330/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Mcp Trigger, Airtop Tool
General

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Mcp Trigger, Google Business Profile Tool
General

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Mcp Trigger, Emelia Tool
General

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Mcp Trigger, Coin Gecko Tool
General

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Mcp Trigger, Strava Tool