For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
This is the official Murf AI n8n integration, enabling seamless automation for voice-powered workflows. With this integration, you can build dynamic n8n scenarios that leverage Murfβs comprehensive AI voice capabilities including text-to-speech (TTS), voice changing, translation, and automated dubbingβall within your n8n automation workflows.
Introduction to n8n and Murf AI
n8n is a powerful workflow automation platform that enables seamless Murf AI integration across your workflows. By using the Murf AI n8n node, you can automate text-to-speech, voiceovers for podcasts and videos, audio notifications, dubbing workflows, and other voice-powered automations without writing any code.
In n8n, a workflow is a collection of nodes connected together to automate a process. Nodes perform two main types of operations:
Triggers: Start workflows in response to events or conditions
Actions: Perform tasks like manipulating data and interacting with external systems
The Murf AI n8n node integrates seamlessly into these workflows, allowing you to incorporate AI voice capabilities at any point in your automation process.
Installing via n8n UI
Open your n8n instance and go to the Canvas
Open the nodes panel (press Tab or click the β+β button)
Search for βMurfβ in the nodes panel
Select the Murf AI node and click Install
The node will be installed for all users in your n8n instance
Operations
The Murf AI n8n node supports four operations:
Text to Speech: Convert text into natural-sounding speech using 150+ voices across 35+ languages
Voice Changer: Transform existing audio files by changing voice characteristics
Translation: Translate text between languages
Dubbing: Create automated dubbing jobs for videos with multi-language support
Credentials
The Murf n8n node requires API credentials from Murf AI to authenticate your requests. Important: Different operations require API keys from different dashboards:
For Text to Speech, Voice Changer, and Translation Operations
Example: Turn RSS Feeds into Audio Content Automatically
RSS (Really Simple Syndication) feeds are web formats used to publish frequently updated content like blog posts, news articles, podcasts, and videos. They allow you to subscribe to content from websites without visiting them directly - perfect for automating workflows when new content is published.
This workflow automatically converts RSS articles into high-quality audio files using AI voice narration, perfect for content creators, news aggregators, accessibility tools, or anyone wanting audio versions of written content.
Workflow Overview
What it does: Monitors RSS feeds β Extracts article content β Generates audio narration β Saves audio files
Trigger: RSS Feed updates (runs automatically when new articles are published)
Output: Audio files saved to cloud storage
Step-by-Step Workflow Setup
Step 1: Create New Workflow
Open your n8n instance
Click βAdd Workflowβ and name it βRSS to Audio Podcastβ
Youβll start with an empty canvas
Step 2: Add RSS Feed Trigger
Click the β+β button to open the nodes panel
Search for βRSS Feedβ and add the RSS Feed Trigger node
Configure the RSS Feed node:
Note: To configure any node in n8n, simply click on the node to open its configuration panel.
Feed URL: Enter your RSS feed URL (e.g., https://feeds.bbci.co.uk/news/rss.xml)
Poll Times: How often to check for new articles
Test the trigger: Click the βExecute Nodeβ button to verify it can read your RSS feed