Back to directory
whissleai/whissle-mcp

whissleai/whissle-mcp

@WhissleAI

Python-based server for Whissle API endpoints: speech-to-text, diarization, translation, and text summarization.

speech-to-textdiarizationtranslationsummarizationwhissle-apiaudio-processingpythontool

Installation & Configuration

{
  "mcpServers": {
    "Whissle": {
      "command": "/path/to/your/venv/bin/python",
      "args": [
        "/path/to/whissle_mcp/server.py"
      ],
      "env": {
        "WHISSLE_AUTH_TOKEN": "insert_auth_token_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17