Back to Apps

Fathom MCP
Supports UIby chand1012
Local-first MCP server that turns Fathom meeting transcripts into an AI-searchable knowledge base.
0 stars
Works in:claude
Exposes:Tools
What it does
Fathom MCP ingests meeting transcripts from Fathom and creates a local vector database using SQLite and llama.cpp, allowing AI assistants to perform semantic search and retrieval over meeting history privately.
Tools
search_meetings: Find meetings by title or date.search_transcripts: Semantic search across all meeting transcripts.search_meeting_transcripts: Search within a specific meeting's transcript.get_meeting: Retrieve metadata for a specific meeting.get_meeting_transcript: Get the full transcript for a meeting.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"fathom-mcp": {
"command": "uv",
"args": ["run", "--path", "/path/to/fathom-mcp", "main.py"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"fathom-mcp": {
"command": "uv",
"args": ["run", "--path", "/path/to/fathom-mcp", "main.py"]
}
}
}





