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.2.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.2-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fathom_ai_mcp-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 f284e8d276ef67e2860cd1648a182018d4340141ebf0a2ffaec5e30d78e675da
MD5 738583aabbf769e2c1b312edc3743bf0
BLAKE2b-256 6adbad5472cfbc420c54ef7b0daafaa5e73162bc2d2c7c7d569e971d0d361834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fathom_ai_mcp-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 40f24da5587127b862eea7b4d7757ba21def38ad8561a4c8cc1aaa1813276b66
MD5 ac3e7ecbe5fd2c831242d51871460360
BLAKE2b-256 5a980bba5d24530577abf192884f7fbabbdfba7cfb49566c51d43764f216eea5

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