Fathom MCP Server

It was fun while it lasted! Fathom now has an offical mcp: https://developers.fathom.ai/mcp-docs. Its README documents 6 tools, including list_meetings, search_meetings, get_transcript. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-27 · ★ 16 · #226 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Fathom MCP Server

Claude Code

claude mcp add agencyenterprise-fathom-mcp-server --transport http https://fathom-mcp-server.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agencyenterprise-fathom-mcp-server": {
      "url": "https://fathom-mcp-server.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://fathom-mcp-server.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to fathom-mcp-server.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.agencyenterprise is GitHub-verified and matches the repo owner

03 · What Fathom MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list meetings with filters (date, team, recorder, etc.), search meetings by title, host, or attendee information, get full transcript for a recording, and list all accessible teams.

The 6 tools it gives your agent

Extracted from the project's README - what Fathom MCP Server lets an agent do.

list_meetings
- List meetings with filters (date, team, recorder, etc.)
search_meetings
- Search meetings by title, host, or attendee information
get_transcript
- Get full transcript for a recording
get_summary
- Get AI-generated summary for a recording
list_teams
- List all accessible teams
list_team_members
- List members of a team

Limitations (from the README)

- search_meetings performs client-side filtering since Fathom's API doesn't provide a search endpoint. For users with many meetings, use list_meetings with date filters instead. - You can always ask the LLM what query params are avaialable.

Latest releases

v1.2.5 · 2026-04-02

Update version to 1.2.4, enhance OAuth data cleanup, and add support … · Staging

v1.2.4 · 2026-04-01

Staging

v1.2.3 · 2026-04-01

Add refresh token functionality to OAuth implementation (#32)

04 · Who maintains Fathom MCP Server

Fathom MCP Server is maintained by agencyenterprise. We track 2 MCP servers from agencyenterprise - 2 actively maintained, 21 combined GitHub stars, oldest repo from Jan 2026. Full record: all servers from agencyenterprise.

  1. aiseo-audit Audit web pages for AI search readiness (ChatGPT, Claude, Perplexity, Gemini). ★ 5

05 · Facts

category
API integration - ranked #226 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.agencyenterprise/fathom-mcp-server (active, first published 2026-02-02)

06 · Fathom MCP Server FAQ

Is Fathom MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-27. We re-verify nightly.

What can Fathom MCP Server do?

With this server connected, an agent can list meetings with filters (date, team, recorder, etc.), search meetings by title, host, or attendee information, get full transcript for a recording, and list all accessible teams.

How do I install Fathom MCP Server?

Run `claude mcp add agencyenterprise-fathom-mcp-se --transport http https://fathom-mcp-server.com/mcp`. You can also paste the ready-made client config above.

Does Fathom MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Fathom MCP Server

More API integration MCP servers · Companies House · Lunch Money · Monobank · Revettr MCP

More TypeScript MCP servers · Agent Blueprint · Axint · Agenticmail MCP Server · Agent Fund · Agent Gate · see all