Back to MCP Servers

Barevalue

AI podcast editing as a service. Upload raw audio or submit a URL, get back edited episodes with filler words removed, noise reduction, transcripts, show notes, and social clips. Includes webhooks for automation.

multimedia-processautomationai

Installation

npx -y barevalue-mcp

Configuration

{
  "mcpServers": {
    "barevalue-mcp": {
      "command": "npx",
      "args": ["-y", "barevalue-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub