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

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

Claude Desktop / Cursor / Windsurf

Add to your MCP config file:

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
  • 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"
      }
    }
  }
}

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.0.tar.gz (6.0 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.0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fathom_ai_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 6.0 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.0.tar.gz
Algorithm Hash digest
SHA256 5335b8a29815877cc3ecb833791df1ebb86ca18e63937fc07146de1a5fc0b217
MD5 f0bc03e7ef154b67e4d0a32395314e7a
BLAKE2b-256 dac5c92f1625e10f496baeb187d03620cb45e1ce2fd16bfe3abb94b9d916ff4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fathom_ai_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.1 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f242db9c9928d0f6bcb319852dc4d05ab37eef0960f2973f208bcc104787f6f1
MD5 ea1724e5678e2493d291921056b68d87
BLAKE2b-256 5a3f52383dfbe301e2bdc783f77f20c3acf0b4e03dcb791091509adf9fed3a6a

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