MCP Fathom Server
Enables searching and retrieving meeting information from Fathom AI, including meeting titles, summaries, transcripts, and action items through natural language queries.
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., "@MCP Fathom ServerShow me meetings from last week about product launches"
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.
MCP Fathom Server
An MCP (Model Context Protocol) server that integrates with Fathom AI's meeting API, enabling Claude to search and retrieve meeting information through natural language queries.
🎯 Features
🔍 Smart Search: Natural language search across meeting titles, summaries, transcripts, and action items
📋 List Meetings: Retrieve meetings with various filters (attendees, date ranges, teams, etc.)
📝 Transcript Support: Optionally include full meeting transcripts in search results
⚡ Real-time: Direct integration with Fathom's API for up-to-date meeting data
🛡️ Secure: API key management through environment variables
Related MCP server: Fathom MCP Server
🚀 Quick Start
Prerequisites
Node.js 18 or higher
npm or yarn
A Fathom AI account with API access
Claude Desktop app
Installation
Clone and setup:
git clone https://github.com/sourcegate/mcp-fathom-server.git
cd mcp-fathom-server
npm install
npm run buildConfigure your API key:
cp .env.example .env
# Edit .env and add your Fathom API keyGet your Fathom API key:
Log in to Fathom
Go to Settings → API
Generate a new API key
Copy it to your
.envfile
Add to Claude Desktop:
Edit your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fathom": {
"command": "node",
"args": ["/absolute/path/to/mcp-fathom-server/dist/index.js"],
"env": {
"FATHOM_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop and you're ready to go! 🎉
💬 Usage Examples
Once configured, you can ask Claude natural language questions about your meetings:
"Find me meetings about recruiting"
"Show me all external meetings from last week"
"Search for meetings where we discussed product launches"
"List meetings with john@example.com"
"Find meetings with action items about hiring"
"What did we discuss in our Q1 planning meetings?"Claude will automatically choose the right tool and search method based on your query.
🔧 Available Tools
list_meetings
Retrieves meetings with optional filters:
calendar_invitees: Filter by attendee emailscalendar_invitees_domains: Filter by company domainscreated_after/created_before: Date range filtersmeeting_type: all, internal, or externalinclude_transcript: Include full transcriptsrecorded_by: Filter by meeting ownerteams: Filter by team names
search_meetings
Searches meetings by keywords:
search_term: The keyword/phrase to search forinclude_transcript: Search within transcripts (slower but more comprehensive)
🛠️ Development
# Run in development mode
npm run dev
# Build for production
npm run build
# Test with MCP Inspector
npx @modelcontextprotocol/inspector dist/index.js🐛 Troubleshooting
Issue | Solution |
Server won't start | Check that your API key is correctly set |
No results found | Try broader search terms or check your API key permissions |
Rate limiting | The server handles this automatically - wait a moment and try again |
Claude can't find tools | Ensure Claude Desktop is restarted after config changes |
📄 License
MIT License - see LICENSE file for details.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
🙋♀️ Support
If you encounter any issues:
Check the troubleshooting section
Search existing GitHub issues
Create a new issue with detailed information about your problem
Status: Tested and working with GitHub integration ✓
Built for fun by @petesena ❤️
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
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/sourcegate/mcp-fathom-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server