MCP Fathom Analytics
@mackenly
About MCP Fathom Analytics
MCP server for Fathom Analytics
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fathom-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-fathom-analytics"
],
"env": {
"FATHOM_API_KEY": "your_api_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Fathom Analytics?
An unofficial Model Context Protocol server that enables AI assistants to access and query Fathom Analytics data. It uses the @mackenly/fathom-api SDK to interact with the Fathom Analytics API and is published as an npx script. Not affiliated with or endorsed by Fathom Analytics.
How to use MCP Fathom Analytics?
Install and configure via the JSON config for Claude Desktop (or other MCP clients). Set the FATHOM_API_KEY environment variable. Run with npx -y mcp-fathom-analytics. Example config snippet is provided in the README.
Key features of MCP Fathom Analytics
- Retrieve Fathom account information (
get-account) - List all Fathom Analytics sites (
list-sites) - List events for a specific site (
list-events) - Generate aggregated analytics reports with flexible filtering and grouping (
get-aggregation) - Get real‑time current visitor data (
get-current-visitors)
Use cases of MCP Fathom Analytics
- Query daily pageview statistics for the last 30 days
- Analyze performance of individual pages (pageviews, uniques, average duration)
- See traffic breakdown by country (visits per country code)
- Monitor current visitors in real time
- Retrieve account and site details for administrative checks
FAQ from MCP Fathom Analytics
Is this an official Fathom Analytics product?
No, this server is unofficial and not affiliated, endorsed, or supported by Fathom Analytics.
How do I set up the MCP server?
Add a JSON entry to your MCP client config (e.g., Claude Desktop) with command: "npx", args: ["-y", "mcp-fathom-analytics"], and the environment variable FATHOM_API_KEY set to your Fathom API key.
What tools does the server provide?
It provides five tools: get-account, list-sites, list-events, get-aggregation, and get-current-visitors.
What aggregation options are available?
The get-aggregation tool supports entity, entity_id, aggregates (pageviews, uniques, visits, avg_duration), date_grouping, field_grouping, sort_by, and limit. Full examples are documented in the README.
Do I need a Fathom API key?
Yes, a valid Fathom API key must be set as the FATHOM_API_KEY environment variable to authenticate with the Fathom Analytics API.
More Data & Analytics MCP servers
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Comments