Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Meeting Chief LiteSearch my meeting history for mentions of the API migration."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Meeting Chief Lite
Minimal meeting transcript sync and search MCP. Downloads meetings from Otter.ai, stores them in SQLite, and provides semantic search via MCP tools.
Features
Otter.ai Sync: Download meeting transcripts automatically
Semantic Search: Find relevant transcript chunks using embeddings
Keyword Search: Fallback for exact text matching
MCP Tools: 3 focused tools for Claude/Cursor integration
Tools
Tool | Description |
| List, get, and browse meeting transcripts |
| Semantic and keyword search across transcripts |
| System health, sync status, and management |
Quick Start
1. Configure Environment
2. Run with Docker
3. Configure MCP Client
Cursor (
Claude Desktop (
Usage Examples
Database
SQLite database with 7 tables:
meetings- Meeting metadata and transcriptstranscript_chunks- Parsed transcript segmentstranscript_vectors- Embeddings for semantic searchembedding_jobs- Embedding generation queuesync_runs- Sync audit logspeakers- People rosterapp_settings- Configuration
Development
License
MIT