MCP server for meeting transcription & analysis — transcribe audio/video via faster-whisper, extract insights, generate notes.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"workos-meeting-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Meeting MCP Server An independent MCP (Model Context Protocol) server for meeting transcription and analysis. Transcribes audio/video files locally using **faster-whisper** and generates meeting insights, notes, and follow-up emails using any Ollama-compatible LLM. ## Features - 🎙️ **Audio Transcription** — Transcribe MP3, WAV, M4A, OGG, FLAC, AAC, WMA files using faster-whisper (local, private) - 🎬 **Video Support** — Automatically extract audio from MP4, WebM, MKV, MOV, AVI files via ffmpeg - 📊 **Meeting Insights** — Extract structured data: summary, key decisions, action items, sentiment - 📝 **Meeting Notes** — Generate formatted markdown meeting notes - 📧 **Follow-up Email** — Draft professional follow-up emails - 🔒 **100% Local** — All transcription runs locally on CPU, no data leaves your machine ## Installation ```bash pip install workos-meeting-mcp-server ``` ### System Requirements - **ffmpeg** must be installed for video file support: ```bash # macOS brew install ffmpeg # Ubuntu/Debian sudo apt-get install ffmpeg # Docker — already included in WorkOS backend image ``` ## Quick Start ```bash # Basic usage (defaults to Ollama at localhost:11434) meeting-mcp-server # With custom Ollama URL and model OLLAMA_URL=http://localhost:11434 \ OLLAMA_MODEL=qwen3 \ WHISPER_MODEL=small \ meeting-mcp-server ``` ## Environment Variables | Variable | Default | Description | |----------|---------|-------------| | `OLLAMA_URL` | `http://localhost:11434` | Ollama API endpoint for LLM analysis | | `OLLAMA_MODEL` | `qwen3` | LLM model name for analysis tasks | | `WHISPER_MODEL` | `small` | Whisper model size: `tiny`, `base`, `small`, `medium`, `large-v3` | | `UPLOAD_DIR` | `data/uploads` | Directory to scan for uploaded files | | `MEETING_LOG_LEVEL` | `INFO` | Log level | ## Available Tools ### `meeting_transcribe_audio` Transcribe an audio or video file using faster-whisper. **Parameters:** - `file_path` (string, required) — Path to the au…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.