Cursor plugin that connects agents to Fathom through Fathom's official remote Model Context Protocol server.
Bring Fathom meeting recordings, transcripts, and AI summaries into the editor to draft follow-ups and extract decisions.
- Open Cursor Settings → Plugins.
- Search for Fathom.
- Click Install, then complete the Fathom sign-in prompt.
Or run /add-plugin fathom in chat.
{
"mcpServers": {
"fathom": {
"type": "http",
"url": "https://api.fathom.ai/mcp"
}
}
}Auth is OAuth. Cursor prompts for Fathom sign-in when the plugin connects.
API access is available on all Fathom plan tiers, including free. CRM-matched contact and deal data requires a Business plan. In team or organization contexts, an owner may need to enable the connector before members can use it.
| Category | Capabilities |
|---|---|
| Meetings | List and search meetings, and filter by meeting type |
| Recordings | Look up recordings and their metadata |
| Transcripts & summaries | Pull full transcripts and AI-generated summaries |
| Teams | Team and meeting-type configuration |
The hosted runtime is the source of truth for tool names and schemas.
- Tool calls run as the Fathom user who authorizes the connection.
- Fathom's help center describes per-tool toggles, so an admin can narrow what the connector exposes.
- Fathom the meeting notetaker brands as fathom.video but serves its API and MCP from
fathom.ai. The GitHub orgFathom-AIand the analytics productusefathomare different companies. - Community
fathom-mcppackages on npm take aFATHOM_API_KEYand are unofficial. This plugin uses Fathom's own hosted server.
- Fathom MCP docs: https://developers.fathom.ai/mcp-docs
- Server URL: https://api.fathom.ai/mcp
Logo is Fathom's official mark, from the fathom-video GitHub organization.
MIT