Skip to main content

Murf MCP Server

Murf AI Logo

Table of Contents


Overview

The Murf MCP Server offers seamless integration with MCP clients like Claude Desktop, enabling developers and creators to convert text into lifelike speech effortlessly. With over 130 natural-sounding voices across 13+ languages and 20+ speaking styles, Murf provides unparalleled speech customization for a wide range of applications.


Installation

Claude Desktop

  1. Get your API key from Murf API Dashboard.

  2. Install uv (Python package manager), install with: macOS:

    curl -LsSf https://astral.sh/uv/install.sh | sh
    

    Windows:

    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    

    Check out their official guide for more details.

  3. There are two ways to proceed with the setup:

    Option 1: Automated Setup (Recommended)

    uvx setup-murf-mcp-claude
    

    This will automatically configure Claude Desktop with the Murf MCP server.

    Option 2: Manual Setup

    If you prefer to configure manually, continue with the following steps:

    1. Update Claude Desktop Config to install murf, open the config file: Go to Claude → Settings → Developer → Edit Config → claude_desktop_config.json

      or if you have VS Code installed, run:

      macOS:

      code ~/Library/Application\ Support/Claude/claude_desktop_config.json
      

      Windows:

      code $env:AppData\Claude\claude_desktop_config.json
      
    2. This will open the config file, add the following lines to the "mcpServers" section:

      "mcpServers": {
          "Murf":{
              "command": "uvx",
              "args": ["murf-mcp"],
              "env": {
                  "MURF_API_KEY": "YOUR_MURF_API_KEY"
              }
          }
      }
      
    3. Install FFmpeg (required for audio processing):

      macOS:

      brew install ffmpeg
      

      Windows: Download FFmpeg from here

  4. Restart the Claude Desktop app to start the MCP server, you should be able to see a small hammer icon in the chat input box. This indicates that the MCP server is running and tools are available.

Note: For Windows users, "Developer Mode" must be enabled in Claude Desktop to utilize the MCP server. To enable it, click the hamburger menu in the top-left corner, select "Help," and then choose "Enable Developer Mode."


Usage

  • Prompt the LLM to create a voiceover: For example:

    • Create a one-minute podcast on Generative AI featuring a conversation between two speakers. Choose suitable voice styles and accents, incorporate natural pauses, and generate a voiceover for it.

    • Create a 15-second introduction for my YouTube channel about indoor plants. Use a friendly and conversational tone to generate a voiceover for it.

    These should generate a voiceover and save it to file on your Desktop.

  • You can also prompt the LLM to recommend a voice style for a specific use case. For example:

    • What is the best voice style for a YouTube video about indoor plants?
    • What is the best voice style for a podcast about Generative AI?
  • The TTS API supports a variety of features such as rate, pitch, speed, and custom pronunciations. You can explore these options here. You can prompt the LLM to apply these settings to the overall voiceover or tailor them individually for each speaker.

Contributing

Contributions are welcome! If you’d like to improve the MCP server, follow these steps:

  1. Fork the repository and clone it to your machine.

  2. Create a new branch for your feature or bugfix.

  3. Make your changes and ensure everything runs smoothly.

  4. Write clear commit messages and keep the code clean.

  5. Open a pull request describing your changes.

Feel free to open an issue if you have questions, feature requests, or need help getting started.

Troubleshooting

If you encounter any issues, please check the following:

  • spawn uvx ENOENT error: If you see a spawn uvx ENOENT error, it means the system can't locate the uvx executable. To fix this:

    • Run the following command to get the absolute path of uvx:
      which uvx
      
    • Update your claude_desktop_config.json file with the absolute path in the command field. For example:
      "command": "/absolute/path/to/uvx"
      
    • Restart the Claude Desktop app.
  • Check the logs for any other error messages or warnings here:

    • macOS: ~/Library/Logs/Claude/mcp-server-Murf.log
    • Windows: %APPDATA%\Claude\logs\mcp-server-Murf.log

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

murf_mcp-0.1.14.tar.gz (38.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

murf_mcp-0.1.14-py3-none-any.whl (29.2 kB view details)

Uploaded Python 3

File details

Details for the file murf_mcp-0.1.14.tar.gz.

File metadata

  • Download URL: murf_mcp-0.1.14.tar.gz
  • Upload date:
  • Size: 38.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for murf_mcp-0.1.14.tar.gz
Algorithm Hash digest
SHA256 5884e014d64f37bd34d243cc9a3541e4b4f1c75cc727db62b0e3753a853d983d
MD5 1608c465fd85a2d7f87a568dcff2c2bd
BLAKE2b-256 da4cb734878c6dae69d9aceedeea3d65bdcba6b1d0cbe9f64643ee98ce5d5f6a

See more details on using hashes here.

File details

Details for the file murf_mcp-0.1.14-py3-none-any.whl.

File metadata

  • Download URL: murf_mcp-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 29.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for murf_mcp-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 d3d71cf814eea123a089910c45859de94de63001d9c3fd91def1561e112b3e1d
MD5 41638bf1501e6fd19ab477da9b61d12e
BLAKE2b-256 44dd81567d9cc78070fb77ec65c5a84a3fe3edd500a70db8988b5501fda4617f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.14 This release

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page