# Fathom

> Official Fathom remote MCP — access meeting recordings, transcripts, summaries, and webhooks from any MCP client.

[Canonical HTML page](https://top-mcps.com/mcp/fathom) · [server.json](https://top-mcps.com/mcp/fathom.json) · [methodology](https://top-mcps.com/about/methodology)

## At a glance

- **Maintainer:** Fathom
- **Transport:** Streamable HTTP
- **Auth model:** OAuth 2.1
- **Required secrets:** None
- **Supported clients:** Claude, Cursor, ChatGPT, Any MCP-compatible client
- **License:** Proprietary
- **Last verified:** 2026-06-11
- **Score:** 54/100 (rubric 2026-04 — see https://top-mcps.com/about/methodology)
- **Homepage:** https://developers.fathom.ai/mcp-docs

## Security & scope

- **Access scope:** read-write
- **Sandbox:** Hosted by Fathom. OAuth-scoped to the connecting user. Read on recordings/transcripts/summaries; write only on webhook configuration.
- **Gotchas:**
  - Webhook configuration is a write surface — restrict the OAuth scope if the agent should only read.
  - Transcript retrieval respects per-recording permissions; private recordings stay private.

## Quick answer

**What it does.** Exposes Fathom's recording, transcript, summary, team, and webhook APIs as MCP tools — search past meetings, pull a transcript, summarize a call, or list webhook subscriptions.

**Best for:**
- Sales call recall
- Customer-success meeting summaries
- Cross-call pattern search
- Webhook-driven post-meeting automation
- Pulling transcripts into Notion, Linear, or a CRM

**Not for:**
- Teams not on Fathom
- Live in-call assistance
- Editing recordings
- Bulk transcript migration (rate-limited)

## Recipes

### Summarize every customer call from this week

```
Using Fathom, list every customer call I had this week. For each call return: title, customer, date, and a three-bullet summary highlighting any product-feedback or pricing topics.
```

_Tested with: Claude Desktop, Cursor_

## Description

Fathom is a popular AI meeting recorder for sales, customer success, and product teams, and its official MCP at `https://api.fathom.ai/mcp` exposes recordings, transcripts, summaries, team metadata, and webhook configuration to Claude, ChatGPT, Cursor, and any MCP-compatible client. OAuth authentication; hosted by Fathom.

## Why it matters

Fathom's free tier and clean summary format made it the default notetaker for many GTM teams. The official MCP turns that recorded corpus into something a sales-agent or CS-agent can query directly — without exporting transcripts or scraping the dashboard.

## Key features

- Official remote MCP at `https://api.fathom.ai/mcp`
- OAuth authentication, hosted by Fathom
- Access to recordings, transcripts, AI summaries, team, webhooks
- Works with Claude, ChatGPT, Cursor, and any MCP client
- No npm install — remote endpoint only

## FAQ

### Do I need a paid Fathom plan?

Fathom's free tier exposes the MCP for connected accounts; some endpoints (webhooks, team-level data) require a paid plan. Check Fathom's developer docs for the current plan matrix.

### Is there an npm install option?

No — the official server is remote-only at `https://api.fathom.ai/mcp`. Community npm wrappers exist (e.g. `agencyenterprise/fathom-mcp-server`) but the first-party endpoint is the recommended path.

### Can it create or edit recordings?

No. Recording is driven from the Fathom desktop or browser apps; the MCP is read-side over the Fathom API. It can configure webhooks, which is the closest thing to a write tool surfaced here.

### How does this compare to Fireflies and Fellow?

All three are first-party remote MCPs. Fellow is currently the only Anthropic-verified one in the Claude directory. Pick based on which recorder your team already uses; none of them ingest meetings recorded by a competitor.

## Changelog

- **2026-06-11** — Refreshed install snippets and fact sheet; verified for 2026.
- **2025-10-15** — Initial directory listing.
