migas-mcp
Enables AI assistants to query local Migas meeting transcripts, including searching, listing meetings, and retrieving speaker contributions, all read-only.
README
migas-mcp
MCP server for Migas meeting transcripts. Query your local meeting data from Claude Desktop, Claude Code, Cursor, or any MCP-compatible AI assistant.
What it does
Migas transcribes your meetings locally on your Mac. This MCP server gives AI assistants read-only access to that data so you can ask questions like:
- "What did we discuss about the roadmap last week?"
- "What has Sarah said about the budget across all meetings?"
- "Show me the transcript from yesterday's standup"
Tools
| Tool | Description |
|---|---|
list_meetings |
Recent meetings with title, date, duration, participants |
get_meeting_transcript |
Full speaker-labeled transcript for a meeting |
search_transcripts |
Full-text search across all meeting transcripts |
find_speakers |
Look up enrolled speakers by name |
get_speaker_contributions |
Everything a speaker said across all meetings |
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"migas": {
"command": "npx",
"args": ["-y", "migas-mcp"]
}
}
}
Claude Code
claude mcp add migas -- npx -y migas-mcp
Cursor
Add to MCP settings:
{
"mcpServers": {
"migas": {
"command": "npx",
"args": ["-y", "migas-mcp"]
}
}
}
Requirements
- Migas installed and launched at least once (creates the local database)
- macOS (reads from
~/Library/Application Support/Migas/meetings.db)
Privacy
The MCP server is read-only and connects to your local Migas database. No meeting data is sent anywhere by the server itself. When you ask an AI assistant a question, only the relevant transcript text is sent to the AI provider, same as using Migas's built-in chat.
Development
bun install
bun test
bun run build
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.