audio-mcp

usterk/audio-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Remote MCP server for audio transcription (Groq, faster-whisper) and TTS (piper, Google Cloud, OpenAI gpt-4o-mini-tts) — deployed on Tailscale-only Aurora
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "audio-mcp": {
      "command": "uvx",
      "args": [
        "audio-mcp"
      ]
    }
  }
}

Or install with pip: pip install audio-mcp