← Back to Fathom AI

Install Fathom AI

Pick your client, copy the command, done.

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/mcp
Required:FATHOM_API_KEY

Environment Variables

Set these before running Fathom AI.

VariableDescriptionRequired
FATHOM_API_KEYAPI key for authenticating with Fathom AIYes

Available Tools (5)

Once configured, Fathom AI gives your AI agent access to:

list_meetingsList meetings with filters (date range, recorder, teams, domains)
date_rangerecorderteamsdomains
get_meeting_summaryGet the summary for a specific recording
recording_id
get_meeting_transcriptGet the transcript for a specific recording
recording_id
list_teamsList all teams in the organization
list_team_membersList team members, optionally filtered by team
team_id

Try 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-mcp

Keep 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.

Remember this setup