N
n8n Store
Workflow Market
AWS Transcribe Tool MCP Server

AWS Transcribe Tool MCP Server

by cfomodz0 views

Description

Categories

🤖 AI & Machine Learning

Nodes Used

n8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.awsTranscribeTooln8n-nodes-base.awsTranscribeTooln8n-nodes-base.awsTranscribeTooln8n-nodes-base.awsTranscribeTool@n8n/n8n-nodes-langchain.mcpTrigger
PriceGratis
Views0
Last Updated11/28/2025
workflow.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": "## 🛠️ AWS Transcribe Tool MCP Server\n\n### 📋 Available Operations (4 total)\n\n**Transcriptionjob**: create, delete, get, get all\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure AWS Transcribe Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 4 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 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
      ],
      "webhookId": "16921a23-3086-4ad1-a921-1c9b1fd17c72",
      "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": {
          "id": "SET_YOUR_CREDENTIAL_ID_HERE",
          "name": "Credential Name"
        }
      },
      "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": {
          "id": "SET_YOUR_CREDENTIAL_ID_HERE",
          "name": "Credential Name"
        }
      },
      "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": {
          "id": "SET_YOUR_CREDENTIAL_ID_HERE",
          "name": "Credential Name"
        }
      },
      "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": {
          "id": "SET_YOUR_CREDENTIAL_ID_HERE",
          "name": "Credential Name"
        }
      },
      "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 <[email protected]>",
        "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": "[email protected]",
              "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"
    }
  ],
  "pinData": {},
  "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
}

相关工作流