Skip to main content

MCP server for the Fathom AI meeting intelligence API

Project description

Fathom MCP Server

An MCP server for the Fathom AI meeting intelligence API, built with FastMCP.

Responses are optimized for LLM consumption -- compact plaintext instead of raw JSON, with playback URLs stripped and transcripts chunked by time window.

Tools

Tool Description
list_meetings List meetings with filtering by date, team, domain, recorder, and pagination
get_transcript Get transcript for a recording, with optional time-window chunking (start_time/end_time)
get_summary Get the AI-generated summary for a recording (clean markdown, no playback URLs)
list_teams List all teams
list_team_members List team members, optionally filtered by team

Prerequisites

  1. Install uv:
# macOS (recommended -- required for Claude Desktop compatibility)
brew install uv

# Linux / other
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Get a Fathom API key: go to Fathom Settings > API Access > Add + > Generate API Key.

Quick Start

No cloning or installing required. Just add the server to your MCP client config.

Claude Code

claude mcp add Fathom -e FATHOM_API_KEY=your-api-key -- uvx fathom-ai-mcp

Cursor / Windsurf

Add to your MCP config file:

  • Cursor: .cursor/mcp.json in your project root
  • Windsurf: ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "Fathom": {
      "command": "uvx",
      "args": ["fathom-ai-mcp"],
      "env": {
        "FATHOM_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Desktop

Download the .mcpb file from the latest release and open it -- Claude Desktop will install the server and prompt for your API key.

Alternatively, add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "Fathom": {
      "command": "uvx",
      "args": ["fathom-ai-mcp"],
      "env": {
        "FATHOM_API_KEY": "your-api-key"
      }
    }
  }
}

Note: Claude Desktop requires uvx to be in a standard system path. On macOS, install uv via Homebrew (brew install uv) to ensure compatibility.

Environment Variables

Variable Required Default Description
FATHOM_API_KEY Yes - Your Fathom API key
FATHOM_TIMEOUT No 30 HTTP request timeout in seconds

Development

git clone https://github.com/jerichosequitin/fathom-ai-mcp.git
cd fathom-ai-mcp
uv sync
uv run server.py

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fathom_ai_mcp-0.1.3.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fathom_ai_mcp-0.1.3-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file fathom_ai_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: fathom_ai_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fathom_ai_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9e8018a69e57802d745c5fb18bf7c9117413b4ea00c48f938719d38c90eb085f
MD5 48be27c5bff8071cb4a12609ecd4b7f6
BLAKE2b-256 0feaa4c685690a3c178465f11caaa35352173dc9d48f4d379aa4a43cdd3f9339

See more details on using hashes here.

File details

Details for the file fathom_ai_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: fathom_ai_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fathom_ai_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9d5d0d2a18ec5d144b9f7aec05ba7be647c6319c0fc4726f977a7d3021bdf647
MD5 8e22658d6261e6782c0011d4b2646dc3
BLAKE2b-256 2fbcb071219ca515687339d099cf54fd87fd8af19a8e1d9dfc8667fa4ab73970

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page