@mindstone-engineering/mcp-server-fathom
v0.2.2
Published
Fathom AI meeting transcription MCP server for Model Context Protocol hosts
Downloads
603
Readme
@mindstone-engineering/mcp-server-fathom
Fathom AI meeting transcription MCP server for Model Context Protocol hosts. List and search meetings, view meeting details, read transcripts, and manage teams through a standardised MCP interface.
Requirements
- Node.js 20+
- npm
Quick Start
Install & build
cd <path-to-repo>/connectors/fathom
npm install
npm run buildnpx (once published)
npx -y @mindstone-engineering/mcp-server-fathomLocal
node dist/index.jsConfiguration
Environment variables
FATHOM_API_KEY— Fathom API key (from fathom.video settings)MCP_HOST_BRIDGE_STATE— optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE— backwards-compatible alias forMCP_HOST_BRIDGE_STATE
Host configuration examples
Claude Desktop / Cursor
{
"mcpServers": {
"Fathom": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-fathom"],
"env": {
"FATHOM_API_KEY": "your-api-key"
}
}
}
}Local development (no npm publish needed)
{
"mcpServers": {
"Fathom": {
"command": "node",
"args": ["<path-to-repo>/connectors/fathom/dist/index.js"],
"env": {
"FATHOM_API_KEY": "your-api-key"
}
}
}
}Tools (6)
Configuration
configure_fathom_api_key— Configure the Fathom API key
Meetings
list_fathom_meetings— List meetings with server-side filteringget_fathom_meeting— Get details for a single meetingget_fathom_transcript— Get the transcript for a meeting
Teams
list_fathom_teams— List all accessible teamslist_fathom_team_members— List members of a specific team
Licence
FSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
