
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@luminarylane/fathom-mcp-server
Advanced tools
Standalone Fathom MCP Server — meeting intelligence SENSE tools
A Model Context Protocol (MCP) server that enables Claude Desktop (and other MCP clients) to access your Fathom meeting intelligence — list meetings, read summaries, search by title, and pull full transcripts.
| Tool | Description |
|---|---|
fathom_list_meetings | List recent meetings with optional date filters. Returns title, date, participants, summary, and action items |
fathom_get_summary | Get the AI-generated summary for a specific meeting (markdown formatted) |
fathom_get_transcript | Get the full speaker-labeled, timestamped transcript for a meeting |
fathom_search_meetings | Search meetings by keyword in title with optional date filtering |
EXTCONTENT markers# Test it works
FATHOM_API_KEY=your-key npx --yes @luminarylane/fathom-mcp-server
Claude Desktop configuration:
{
"mcpServers": {
"fathom": {
"command": "npx",
"args": ["--yes", "@luminarylane/fathom-mcp-server"],
"env": {
"FATHOM_API_KEY": "your-fathom-api-key"
}
}
}
}
npm install -g @luminarylane/fathom-mcp-server
Then configure Claude Desktop:
{
"mcpServers": {
"fathom": {
"command": "luminarylane-fathom-mcp",
"env": {
"FATHOM_API_KEY": "your-fathom-api-key"
}
}
}
}
git clone https://github.com/luminarylane/fathom-mcp-server.git
cd fathom-mcp-server
npm install
npm run build
Then configure Claude Desktop:
{
"mcpServers": {
"fathom": {
"command": "node",
"args": ["/path/to/fathom-mcp-server/dist/index.js"],
"env": {
"FATHOM_API_KEY": "your-fathom-api-key"
}
}
}
}
Once configured, ask Claude to:
Set the FATHOM_API_KEY environment variable with your API key from Fathom Settings.
Fathom enforces 60 requests per 60 seconds per user. The server handles this automatically with a client-side token bucket and exponential backoff retries.
FATHOM_API_KEY env var is required
Set the FATHOM_API_KEY environment variable before starting the server.
AUTH_FAILED: FATHOM_API_KEY is invalid or expired.
Check your API key in Fathom Settings and regenerate if needed.
RATE_LIMITED: Fathom rate limit (60/min). Wait 60s and retry.
The server handles short waits automatically. For longer windows, wait and retry.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
npm install
npm run dev # Dev mode
npx tsc --noEmit # Type check
npx prettier --write . # Format
MIT License — see LICENSE for details.
FAQs
Standalone Fathom MCP Server — meeting intelligence SENSE tools
We found that @luminarylane/fathom-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.