1
Add it to Claude Code
claude mcp add --transport http -H "X-Fathom-Api-Key: your-api-key" fathom-ai-1c8c https://your-internal-host/mcpRequired:
FATHOM_API_KEYEnvironment Variables
Set these before running Fathom AI.
VariableDescriptionRequired
FATHOM_API_KEYAPI key for authenticating with Fathom AIYesAvailable Tools (5)
Once configured, Fathom AI gives your AI agent access to:
list_meetingsList meetings with filters (date range, recorder, teams, domains)date_rangerecorderteamsdomainsget_meeting_summaryGet the summary for a specific recordingrecording_idget_meeting_transcriptGet the transcript for a specific recordingrecording_idlist_teamsList all teams in the organizationlist_team_membersList team members, optionally filtered by teamteam_idTry It Out
After setup, try these prompts with your AI agent:
→List my recent Fathom meetings
→Get the transcript for recording 12345
→Summarize my meeting from yesterday
→Show me all team members
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
- Docker installed and running
FATHOM_API_KEY— API key for authenticating with Fathom AI
Alternative installation methods
Docker
docker build -t fathom-ai-mcp . && docker run -p 3000:3000 fathom-ai-mcpKeep this setup from going cold
Save the docs, env vars, and workflow around Fathom AI in Conare so Claude Code, Codex, and Cursor remember it next time.