Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fathom-video-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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