Skip to content

Releases: agencyenterprise/fathom-mcp-server

v1.1.3

02 Mar 22:43

Choose a tag to compare

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

02 Mar 22:37

Choose a tag to compare

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

21 Feb 01:27

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Feb 08:39

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0

v1.0.5

10 Feb 17:27

Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

06 Feb 22:48

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

06 Feb 12:56

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Feb 09:36

Choose a tag to compare

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

03 Feb 06:17

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v1.0.1

🎉 Fathom MCP Server — Initial Public Release

02 Feb 07:31

Choose a tag to compare

🎉 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 transcripts
  • get_summary — Get AI-generated meeting summaries
  • list_teams — List all accessible teams
  • list_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
  1. Open Claude Desktop
  2. Go to Settings → Connectors → Add Custom Connector
  3. Paste the URL above
  4. 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

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