Fathom MCP
Provides tools to list meetings, get speaker-attributed transcripts with timestamps, and obtain AI-generated markdown summaries from Fathom AI.
Click on "Install 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: Fathom AI MCP 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreshXYZ/fathom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server