fathom-video-mcp
v1.0.1
Published
MCP server for Fathom.video — access meeting transcripts, summaries, and action items
Maintainers
Readme
fathom-video-mcp
MCP server for Fathom.video — access meeting transcripts, summaries, action items, and more from any MCP client.
Setup
1. Get your Fathom API key
Go to Fathom → Settings → API Access → Generate API Key.
2. Add to Claude Desktop
Add this to your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fathom": {
"command": "npx",
"args": ["-y", "fathom-video-mcp"],
"env": {
"FATHOM_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop after saving.
Tools
| Tool | Description |
|------|-------------|
| fathom_list_meetings | List meetings with date filters and optional action items |
| fathom_get_summary | Get AI-generated summary for a recording |
| fathom_get_transcript | Get full transcript for a recording |
| fathom_list_teams | List teams in your workspace |
| fathom_list_team_members | List team members, optionally filtered by team |
Example usage
Once connected, you can ask Claude things like:
- "What meetings did I have this week?"
- "Summarize my last call with Acme Corp"
- "Pull the transcript from yesterday's standup"
- "What action items came out of today's meeting?"
Rate limits
Fathom allows 60 requests per minute across all API keys for your account.
License
MIT
