Blabber-MCPServer

pinkpixel-dev
GitHub
text-to-speechaudio generationapp automation

Loading subscription status...

💡 Description

An MCP server that enables LLMs to use OpenAI's Text-to-Speech API to generate audio from text.

📝 JSON Entries

{
  "mcpServers": [
    {
      "blabber-mcp": {
        "env": {
          "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY",
          "DEFAULT_TTS_VOICE": "nova",
          "AUDIO_PLAYER_COMMAND": "xdg-open"
        },
        "args": [
          "/full/path/to/blabber-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

text_to_speech

Features

  • Text-to-speech conversion with high-quality audio.
  • Selection of different OpenAI voices.
  • Choice between standard and high-resolution models.
  • Audio output in various formats like mp3, opus, aac, or flac.
  • Ability to save generated audio files locally.
  • Configurable options for audio playback.

💬 Example Queries

  • Convert the text 'Hello from Blabber MCP!' to audio using the shimmer voice and play it.