@arvoretech/meet-transcriptions-mcp
v1.0.0
Published
MCP server for semantic search across meeting transcriptions generated by Meet Transcriber
Downloads
27
Maintainers
Readme
Meet Transcriptions MCP Server
MCP server for semantic search across meeting transcriptions generated by Meet Transcriber.
Tools
search_transcriptions— Semantic search across all meeting transcriptionsget_transcription— Get full content of a specific transcription by IDlist_transcriptions— List all transcriptions sorted by date
Configuration
By default reads .md files from ~/Documents/meet-transcriptions/.
Override with env var:
TRANSCRIPTIONS_PATH=/custom/pathMCP Config
{
"mcpServers": {
"meet-transcriptions": {
"command": "npx",
"args": ["-y", "@arvoretech/meet-transcriptions-mcp"]
}
}
}