Back to Apps

Fathom MCP
by chand1012
Connect LLMs to Fathom.video to access meeting recordings, AI summaries, transcripts, and team analytics.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects your AI assistant to the Fathom.video API, allowing it to retrieve and analyze meeting recordings, AI-generated summaries, and full transcripts. It transforms your meeting history into a queryable knowledge base for the LLM.
Tools
fathom_list_meetings: List meetings with filtering by date, team, domain, or recorder.fathom_get_summary: Retrieve the AI-generated summary for a specific recording.fathom_get_transcript: Get the full meeting transcript with speaker identification.fathom_search_meetings: Full-text search across meeting titles, transcripts, and summaries.fathom_meeting_stats: Get analytics on duration, team breakdown, and meeting types.fathom_list_teams: List all teams within your organization.fathom_create_webhook: Set up real-time notifications for new recordings.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"fathom": {
"command": "node",
"args": ["/absolute/path/to/fathom-mcp/dist/index.js"],
"env": {
"FATHOM_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g fathom-mcp-serverInformation
- Pricing
- free
- Published
- 5/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the fathom server config to your claude_desktop_config.json with your FATHOM_API_KEY.





