Releases: agencyenterprise/fathom-mcp-server
v1.1.3
What's Changed
- Enhance search_meetings functionality and API documentation by @jpatterson933 in #19
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Enhance pagination descriptions in API documentation and server tool … by @jpatterson933 in #16
- Update dependencies in package.json and package-lock.json by @jpatterson933 in #17
- Add search functionality for meetings with enhanced filtering by @jpatterson933 in #18
Full Changelog: v1.1.0...v1.1.2
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.5
What's Changed
- Update dependencies and refactor session management by @jpatterson933 in #13
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Refactor rate limiting and session management by @jpatterson933 in #12
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Refactor authentication error handling in middleware by @jpatterson933 in #10
- Staging v 1.0.3 by @jpatterson933 in #11
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Enhance branding and documentation for Fathom AI MCP Server by @jpatterson933 in #9
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Staging by @jpatterson933 in #3
- Update footer text in index.html to enhance branding by @jpatterson933 in #4
- Add server.json configuration file and update .gitignore for MCP Regi… by @jpatterson933 in #5
- Add privacy policy document and update README.md by @jpatterson933 in #6
- Add read-only annotations to various API endpoints in ToolServer by @jpatterson933 in #7
- Staging by @jpatterson933 in #8
Full Changelog: v2.0.0...v1.0.1
🎉 Fathom MCP Server — Initial Public Release
🎉 Fathom MCP Server — Initial Public Release
Connect Claude to your Fathom meetings, transcripts, and AI summaries.
This is the first public release of Fathom MCP Server, an open source Model Context Protocol server that bridges Claude Desktop and Fathom's meeting intelligence platform.
What is this?
Fathom MCP Server acts as a secure OAuth 2.0 proxy between Claude and Fathom's API, enabling Claude to access your meeting data through natural conversation. Ask Claude about your meetings, and it fetches the data in real-time.
Features
6 MCP Tools for Claude:
list_meetings— List meetings with filters (date, team, recorder)search_meetings— Search by title or meeting_title (MCP-native)get_transcript— Retrieve full meeting transcriptsget_summary— Get AI-generated meeting summarieslist_teams— List all accessible teamslist_team_members— List members of a team
Security First:
- OAuth 2.0 with PKCE support
- AES-256-GCM encryption for tokens at rest
- Pass-through architecture — your meeting data is never stored
- Rate limiting on all endpoints
Production Ready:
- 90%+ test coverage
- Comprehensive error handling
- Graceful shutdown with session cleanup
- Health checks for monitoring
Get Started
Add to Claude Desktop in under 60 seconds:
https://fathom-mcp-server.com/mcp
- Open Claude Desktop
- Go to Settings → Connectors → Add Custom Connector
- Paste the URL above
- Authenticate with Fathom
That's it. Ask Claude: "Show me my meetings from last week"
Self-Hosting
Want to run your own instance? See the README for deployment instructions.
Documentation
- README — Overview and setup
- API Docs — Custom tool documentation
- Contributing — Development setup and guidelines
What's Next
See our Future Development Plans for what's on the roadmap, including transcript vectorization, meeting analytics, and more.
Built with ❤️ by AE Studio