{
  "workflow": {
    "id": 4672,
    "name": "Voice Creation, TTS, Sound Effects, Voicechanger & more! 🎧 Elevenlabs MCP Server",
    "views": 1274,
    "recentViews": 0,
    "totalViews": 1274,
    "createdAt": "2025-06-05T04:18:44.626Z",
    "description": "Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?\n\n[Join the community](https://www.skool.com/beyond-nodes-automation-lab-2006/about)\n\nThis workflow provides a complete set of tools for interacting with the ElevenLabs voice API, enabling AI-powered text-to-speech, voice management, and audio processing capabilities.\n\n## Features 🚀\n\n### Text-to-Speech Operations\n- Convert text to speech with customizable voice settings\n- Generate speech with timestamps for precise audio control\n- Stream text-to-speech in real-time\n- Stream text-to-speech with timestamps for live applications\n\n### Voice Management 🗣️\n- List all available voices\n- Get detailed information about specific voices\n- Delete custom voices\n- Edit voice properties (name and description)\n- Find similar voices based on voice ID\n\n### Audio Processing 🎧\n- Create transcripts from audio\n- Apply voice changing effects\n- Generate sound effects\n- Isolate audio components\n- Design and preview new voices\n- Save voice previews as new voices\n\n## Requirements ⚙️\n- An ElevenLabs API key\n- n8n instance with HTTP Request Tool node\n- MCP Server Trigger node for AI integration\n\n## Setup 🔧\n1. Import the workflow into your n8n instance\n2. Configure your ElevenLabs API key in the workflow settings\n3. The workflow uses AI expressions for voice IDs with a fallback value of `Z9hrfEHGU3dykHntWvIY`\n\n## Usage 📝\nAll nodes are connected to the MCP Server Trigger for AI-powered interactions\n\n### Example Use Cases 💡\n- Generate natural-sounding speech from text\n- Create and manage custom voices\n- Process and transform audio files\n- Build voice-based applications\n- Integrate ElevenLabs capabilities into existing workflows\n\n## Technical Details 🔍\n- All endpoints use proper error handling\n- Voice ID parameters use AI expressions with fallback values\n- Nodes are organized in logical groups for better workflow management\n- Includes comprehensive parameter validation\n- Supports streaming and real-time processing\n\n## Support 🤝\nFor issues or questions, please refer to:\n- [ElevenLabs API Documentation](https://docs.elevenlabs.io)\n- [n8n Documentation](https://docs.n8n.io)\n- [n8n Community](https://community.n8n.io) ",
    "workflow": {
      "meta": {
        "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
      },
      "nodes": [
        {
          "id": "text-to-speech",
          "name": "Text to Speech",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            920,
            -20
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "text-to-speech-with-timestamps",
          "name": "Text to Speech with Timestamps",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            980,
            140
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "stream-text-to-speech",
          "name": "Stream Text to Speech",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1020,
            360
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "stream-text-to-speech-with-timestamps",
          "name": "Stream Text to Speech with Timestamps",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            820,
            340
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "create-transcript",
          "name": "Create Transcript",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            540,
            -20
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "voice-changer",
          "name": "Voice Changer",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1200,
            120
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "create-sound-effect",
          "name": "Create Sound Effect",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            520,
            140
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "audio-isolation",
          "name": "Audio Isolation",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1360,
            200
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "voice-design",
          "name": "Voice Design",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            120,
            -220
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "save-voice-preview",
          "name": "Save Voice Preview",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            300,
            -220
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "list-voices",
          "name": "List Voices",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1280,
            -260
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "get-voice",
          "name": "Get Voice",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1440,
            -260
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "delete-voice",
          "name": "Delete Voice",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            300,
            -40
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "edit-voice",
          "name": "Edit Voice",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            120,
            -40
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "list-similar-voices",
          "name": "List Similar Voices",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1380,
            -120
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "da2c02c3-6417-46fe-a17c-ab1a6b378d1f",
          "name": "Sticky Note",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            820,
            -80
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "7bd1688c-8046-4102-8be4-047543384489",
          "name": "Sticky Note1",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            800,
            320
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "9092d868-6fa5-454b-bfd2-04f97753004c",
          "name": "Sticky Note2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            1120,
            80
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "2fd902e5-f3d0-401d-ae47-ff1abce964c6",
          "name": "Sticky Note3",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            60,
            -280
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "898601d4-e685-4d7f-9b6c-2e56fd0a8e8c",
          "name": "Sticky Note4",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            440,
            -60
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "f9909e0c-07aa-4877-b98b-90724a124d49",
          "name": "Sticky Note5",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            1220,
            -340
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "d6813f92-5722-4d97-bb9e-0c573ba32202",
          "name": "Sticky Note6",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            920,
            140
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "mcp-trigger",
          "name": "Elevenlabs API MCP Server",
          "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
          "position": [
            752,
            -240
          ],
          "webhookId": "1ee78466-25ce-4645-ad7b-0de19ddbbb99",
          "parameters": {},
          "typeVersion": 1
        },
        {
          "id": "f34f0616-7234-49ff-a23e-8980610d7bc3",
          "name": "Sticky Note7",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            540,
            -400
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        }
      ],
      "pinData": {},
      "connections": {
        "Get Voice": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Edit Voice": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Voices": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Delete Voice": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Voice Design": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Voice Changer": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Text to Speech": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Audio Isolation": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Transcript": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Save Voice Preview": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Sound Effect": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Similar Voices": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Stream Text to Speech": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Elevenlabs API MCP Server": {
          "ai_tool": [
            []
          ]
        },
        "Text to Speech with Timestamps": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Stream Text to Speech with Timestamps": {
          "ai_tool": [
            [
              {
                "node": "Elevenlabs API MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": 29,
    "workflowInfo": {
      "nodeCount": 24,
      "nodeTypes": {
        "n8n-nodes-base.stickyNote": {
          "count": 8
        },
        "n8n-nodes-base.httpRequestTool": {
          "count": 15
        },
        "@n8n/n8n-nodes-langchain.mcpTrigger": {
          "count": 1
        }
      }
    },
    "status": "published",
    "user": {
      "name": "David Ashby",
      "username": "cfomodz",
      "bio": "Unlimited Access to my paid workflows 👇 For the cost of one a month",
      "verified": true,
      "links": [
        "https://www.skool.com/n8n-automation-lab"
      ],
      "avatar": "https://gravatar.com/avatar/0118796cfdab829a3307d407dfeeb01a3952eb402584a45a211e4ef7d15edbbf?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 565,
        "icon": "fa:sticky-note",
        "name": "n8n-nodes-base.stickyNote",
        "codex": {
          "data": {
            "alias": [
              "Comments",
              "Notes",
              "Sticky"
            ],
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Helpers"
              ]
            }
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Sticky Note",
          "color": "#FFD233"
        },
        "iconData": {
          "icon": "sticky-note",
          "type": "icon"
        },
        "displayName": "Sticky Note",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 1293,
        "icon": "file:../mcp.svg",
        "name": "@n8n/n8n-nodes-langchain.mcpTrigger",
        "codex": {
          "data": {
            "alias": [
              "Model Context Protocol",
              "MCP Server"
            ],
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/"
                }
              ]
            },
            "categories": [
              "AI",
              "Core Nodes",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Root Nodes",
                "Model Context Protocol"
              ],
              "Core Nodes": [
                "Other Trigger Nodes"
              ]
            }
          }
        },
        "group": "[\"trigger\"]",
        "defaults": {
          "name": "MCP Server Trigger"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE4MCIgdmlld0JveD0iMCAwIDE5NSAxOTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8ZyBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CgkJPHBhdGggZD0iTTI1IDk3Ljg1MjhMOTIuODgyMyAyOS45NzA2QzEwMi4yNTUgMjAuNTk4IDExNy40NTEgMjAuNTk4IDEyNi44MjMgMjkuOTcwNlYyOS45NzA2QzEzNi4xOTYgMzkuMzQzMSAxMzYuMTk2IDU0LjUzOTEgMTI2LjgyMyA2My45MTE3TDc1LjU1ODEgMTE1LjE3NyIvPgoJCTxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiLz4KCQk8cGF0aCBkPSJNMTA5Ljg1MyA0Ni45NDExTDU5LjY0ODIgOTcuMTQ1N0M1MC4yNzU3IDEwNi41MTggNTAuMjc1NyAxMjEuNzE0IDU5LjY0ODIgMTMxLjA4N1YxMzEuMDg3QzY5LjAyMDggMTQwLjQ1OSA4NC4yMTY4IDE0MC40NTkgOTMuNTg5NCAxMzEuMDg3TDE0My43OTQgODAuODgyMiIvPgoJPC9nPgo8L3N2Zz4K"
        },
        "displayName": "MCP Server Trigger",
        "typeVersion": 2,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          },
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 51,
        "name": "Multimodal AI"
      }
    ],
    "image": []
  }
}