mcp-server

mcp-server

0

This project is an MCP server that integrates Claude AI with ElevenLabs to enable voice interactions. It allows users to have natural voice conversations with AI, using ElevenLabs voices and Claude's capabilities.

Voice-Enabled MCP Server

An MCP server connecting Claude AI with ElevenLabs for voice enabled conversation capabilities.

Quick Setup

Prerequisites

  • Claude Desktop
  • ElevenLabs API key
  • Python 3.8+

Installation

  1. Install uv package manager:
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install the MCP server:
uv pip install elevenlabs-mcp
  1. Configure Claude Desktop:
    • Go to Settings > Developer > Edit Config
    • Add to claude_desktop_config.json:
{
  "mcpServers": {
    "ElevenLabs": {
      "command": "uvx",
      "args": ["elevenlabs-mcp"],
      "env": {
        "ELEVENLABS_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Windows users: Enable Developer Mode via Help > Enable Developer Mode

Usage

  1. Launch Claude Desktop
  2. After successful integration, you'll see a developer sign indicating 19 available ElevenLabs MCP tools
  3. Start a voice conversation with ElevenLabs by stating your preferred voice ID
  4. The AI will now respond to your queries using the selected ElevenLabs voice, powered by Claude's intelligence
  5. You can have natural voice conversations, asking questions and receiving spoken responses