Gladia MCPServer

gladiaio
GitHub
Speech ProcessingAudio ProcessingLanguage Translation

Loading subscription status...

💡 Description

Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Gladia": {
        "env": {
          "GLADIA_API_KEY": "<insert-your-api-key-here>"
        },
        "args": [
          "gladia-mcp"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

uvpip

Features

  • Audio transcription with speaker diarization
  • Real-time speech-to-text
  • Audio intelligence capabilities: Translation, Summarization, Named Entity Recognition, Sentiment Analysis, Content Moderation, Chapterization, Audio to LLM integration
  • Async API with FastAPI
  • Easy-to-use CLI interface
  • Configurable logging
  • CORS support
  • Health check endpoint

💬 Example Queries

  • Transcribe this audio file and identify different speakers
  • Convert this recording to text and translate it to Spanish
  • Analyze the sentiment and emotions in this speech
  • Extract key topics and create chapters from this long audio file
  • Transcribe this conversation and summarize the main points