home / mcp / fathom ai mcp server
Provides access to Fathom meetings, transcripts, and AI summaries via an MCP server for Claude.
Configuration
View docs{
"mcpServers": {
"agencyenterprise-fathom-mcp-server": {
"url": "https://www.fathom-mcp-server.com/mcp",
"headers": {
"BASE_URL": "https://your-app.example.com",
"DATABASE_URL": "postgres://user:pass@host:5432/db",
"FATHOM_CLIENT_ID": "YOUR_CLIENT_ID",
"FATHOM_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
"TOKEN_ENCRYPTION_KEY": "aa11bb22cc33dd44ee55ff6677889900aabbccddeeff00112233445566778899"
}
}
}
}You can connect Claude to your Fathom meetings, transcripts, and AI summaries through an MCP server that acts as a secure bridge. This MCP server enables you to access your Fathom data from Claude without storing or exposing it, while supporting common actions like listing meetings, retrieving transcripts, and generating AI summaries.
To use the Fathom MCP Server, connect a client like Claude Desktop to the MCP URL provided. Once connected, you can search for meetings, pull transcripts, and request AI-generated summaries for your recordings. Use clear natural language prompts such as “Show me my meetings from last week,” “Get the transcript from my standup yesterday,” or “Summarize my meeting with the design team.” The server does not store your Fathom data; it passes data securely between Fathom and Claude.
Admins must configure the connector for your organization in the organization admin settings, not individual user settings. This ensures that the connector is available to all members of your organization who should access Fathom data through Claude.
List meetings with filters such as date, team, and recorder to find relevant sessions.
Search meetings by title with optional filters. This is a client-side MCP tool due to the source API limitations.
Retrieve the full transcript for a selected meeting recording.
Obtain an AI-generated summary for a selected meeting recording.
List all accessible teams within Fathom.
List members of a specific team.