mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c40bf0927d
Fathom ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2.0 KiB
2.0 KiB
Fathom
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.
Install
- Open Cursor Settings → Plugins.
- Search for Fathom.
- Click Install, then complete the Fathom sign-in prompt.
Or run /add-plugin fathom in chat.
MCP
{
"mcpServers": {
"fathom": {
"type": "http",
"url": "https://api.fathom.ai/mcp"
}
}
}
Auth is OAuth. Cursor prompts for Fathom sign-in when the plugin connects.
Before you connect
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.
What agents can do
| 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.
Notes
- 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.
Docs
- 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.
License
MIT