Fathom MCP Enhanced
Provides tools for interacting with Fathom.video, including listing meetings, retrieving transcripts, managing teams, webhooks, and analytics.
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., "@Fathom MCP Enhancedshow me my action items from this week's meetings"
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.
Fathom MCP Enhanced
An enhanced MCP (Model Context Protocol) server for Fathom.video that provides comprehensive access to AI meeting transcripts, summaries, action items, team management, webhooks, and powerful analytics.
This project combines the best features from multiple Fathom MCP implementations:
Core functionality from matthewbergvinson/fathom-mcp
Analytics tools ported from lukas-bekr/fathom-mcp
Features
14 Tools Available
Core Meeting Tools
Tool | Description |
| List meetings with filters (date range, external participants only) |
| Get full meeting details including transcript, summary, action items, CRM matches |
| Get just the transcript for a specific meeting |
| Export a single meeting to a formatted markdown file |
| Batch export all meetings to markdown files |
| Search meetings by participant email, company domain, or team |
| Get action items from one or multiple recent meetings |
Team Management
Tool | Description |
| List all teams in your Fathom organization |
| List members of a specific team or all teams |
Webhooks
Tool | Description |
| Create a webhook for meeting notifications |
| Delete an existing webhook |
Analytics (Enhanced)
Tool | Description |
| Full-text search across meeting transcripts and summaries with context snippets |
| Get comprehensive meeting statistics (duration averages, internal/external ratio, team breakdown) |
| Analyze participant frequency, top recorders, and domain distribution |
Related MCP server: Fathom-Simple-MCP
Installation
Prerequisites
Node.js 18.0.0 or higher
A Fathom.video account with API access
Your Fathom API key
Setup
# Clone the repository
git clone https://github.com/mamba-mental/fathom-mcp-enhanced.git
cd fathom-mcp-enhanced
# Install dependencies
npm install
# Build the TypeScript
npm run buildConfiguration
Environment Variables
Variable | Required | Description |
| Yes | Your Fathom API key |
| No | Custom directory for exported transcripts (defaults to |
Getting Your Fathom API Key
Log into Fathom.video
Go to Settings → Integrations → API
Generate a new API key
Copy the key for use in configuration
Claude Desktop Integration
Add the following to your claude_desktop_config.json:
Windows
{
"mcpServers": {
"fathom": {
"command": "node",
"args": ["C:/mcp/fathom-mcp-enhanced/dist/index.js"],
"env": {
"FATHOM_API_KEY": "your_fathom_api_key_here",
"FATHOM_OUTPUT_DIR": "C:/Users/YourName/Documents/FathomTranscripts"
}
}
}
}macOS/Linux
{
"mcpServers": {
"fathom": {
"command": "node",
"args": ["/path/to/fathom-mcp-enhanced/dist/index.js"],
"env": {
"FATHOM_API_KEY": "your_fathom_api_key_here",
"FATHOM_OUTPUT_DIR": "/home/user/FathomTranscripts"
}
}
}
}Usage Examples
List Recent Meetings
Show me my last 10 meetings using list_meetingsSearch Meeting Content
Use search_content to find all meetings where we discussed "quarterly budget"Get Meeting Analytics
Use meeting_stats to analyze all my meetings from the last 30 daysAnalyze Participants
Use participant_stats to show me who I meet with most frequentlyCredits
This enhanced version combines work from multiple sources:
Original Core Implementation: matthewbergvinson/fathom-mcp by Matthew Bergvinson
Analytics Tools: Ported from lukas-bekr/fathom-mcp by Lukas Bekr
Enhanced & Combined: Big Brother Master Journey (Prime)
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mamba-mental/fathom-mcp-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server