fathom-mcp-hosted
Provides tools for interacting with Fathom's API, enabling AI agents to list meetings, retrieve transcripts and summaries, search by attendee, and get action items from recent meetings.
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-mcp-hostedlist my recent meetings"
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 — Hosted Server
Hosted MCP server for Fathom. No Node.js required for teammates.
Teammate Setup (2 steps)
1. Get your Fathom API key
Go to fathom.video → Settings → API Access and generate a key.
2. Add to Claude Desktop config
Open: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
or: %APPDATA%\Claude\claude_desktop_config.json (Windows)
Add this:
{
"mcpServers": {
"fathom": {
"type": "http",
"url": "https://YOUR_RAILWAY_URL/mcp",
"headers": {
"X-Fathom-Api-Key": "your_fathom_api_key_here"
}
}
}
}Restart Claude Desktop. Done.
Related MCP server: Fathom MCP Server
Deploying to Railway
Push this repo to GitHub
Go to railway.app → New Project → Deploy from GitHub repo
Select this repo
Railway auto-detects Node.js and deploys
Go to Settings → Networking → Generate Domain
Replace
YOUR_RAILWAY_URLin the config above with your Railway domain
Tools available
list_meetings— list meetings with filtersget_transcript— full transcript for a recordingget_summary— AI summary for a recordingsearch_meetings— find calls by attendee email or domainget_action_items— all action items across recent meetings
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.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables access to Fathom.video meeting data including AI-generated transcripts, summaries, and action items. Supports searching meetings, exporting to markdown, and managing webhooks through natural language in Cursor IDE.11236MIT
- AlicenseAqualityDmaintenanceEnables LLMs to interact with Fathom.video API for managing meeting recordings, retrieving transcripts and AI-generated summaries, searching meeting content, and accessing analytics and team data.10231MIT
- AlicenseAqualityDmaintenanceEnables Claude to search and retrieve meeting information from Fathom AI through natural language queries.28MIT
- Alicense-qualityDmaintenanceProvides AI assistants access to Fathom meeting recordings, summaries, and transcripts via tools like list_meetings, get_meeting_summary, and get_meeting_transcript.MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/robertsur-delegate/fathom-mcp-hosted'
If you have feedback or need assistance with the MCP directory API, please join our Discord server