pyannote-audio (MCP Server)

GitHub

Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pyannote-audio": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pyannote-audio"
      ]
    }
  }
}