Fathom MCP
Provides tools to list meetings, get speaker-attributed transcripts with timestamps, and obtain AI-generated markdown summaries from Fathom AI.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fathom MCPList my meetings from yesterday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fathom MCP
MCP server for Fathom AI — search meetings, get transcripts and summaries from Claude.
Prerequisites
Node.js v18 or later
A Fathom API key (see below)
Get your Fathom API key
Open Fathom and sign in
Go to Settings → API Access
Click Generate API Key
Copy the key — you'll need it below
Related MCP server: MCP Fathom Server
Setup for Claude Desktop / Cowork
Open Claude Desktop
Go to Settings → Developer → Edit Config
This opens
claude_desktop_config.json. Add themcpServersblock:
{
"mcpServers": {
"fathom": {
"command": "npx",
"args": ["@c20020207/fathom-mcp"],
"env": {
"FATHOM_API_KEY": "your-api-key-here"
}
}
}
}Replace your-api-key-here with your Fathom API key.
Note: If the file already has content, merge the
mcpServersblock into the existing JSON (don't replace the whole file).
Restart Claude Desktop. You should see the Fathom tools available.
Setup for Claude Code (CLI)
claude mcp add fathom -e FATHOM_API_KEY=your-api-key-here -- npx @c20020207/fathom-mcpTools
Tool | Description |
| List and filter meetings by date range, recorder, team. Optionally includes summaries and action items. |
| Get the full speaker-attributed transcript with timestamps for a recording. |
| Get the AI-generated markdown summary for a recording. |
Example prompts
"Show me my meetings from last week"
"Get the transcript from my meeting with Acme Corp"
"Summarize my last 3 meetings"
API reference
Built on the Fathom API. Uses X-Api-Key header auth and cursor-based pagination.
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
- mcpOAuthai.fathom.api
Give your AI assistant real meeting context via Fathom so every output grounded in your work
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Search and analyze meeting transcripts, summaries, soundbites and analytics from Fireflies.ai
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceExposes the Fathom AI meeting intelligence API to Claude, allowing users to list meetings, fetch transcripts, and retrieve summaries. It also enables management of teams and members through the Model Context Protocol.14 npmMIT
- AlicenseAqualityDmaintenanceEnables Claude to search and retrieve meeting information from Fathom AI through natural language queries.28MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude to access your Fathom meetings, transcripts, and AI summaries.11 npm16MIT
- AlicenseAqualityAmaintenanceEnables Claude Desktop and MCP clients to access Fathom meeting intelligence, including listing meetings, retrieving summaries and transcripts, and searching by title.442 npmMIT