F
Fathom
Query Fathom Analytics site stats.
·No reviews yet
Share:
About
Auto-generated
Fathom is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Fathom.
- What is the Fathom MCP used for?
- The Fathom MCP allows you to query site statistics from Fathom Analytics. It provides a standardized interface for accessing your website's analytics data, such as page views and visitor metrics.
- How can I install the Fathom MCP in a client application?
- Installation in a client like Cline typically involves adding the Fathom MCP from its GitHub repository. You would clone the repository and follow the client's instructions for integrating local MCPs, often by specifying the local path.
- Does the Fathom MCP require an API key for authentication?
- Yes, the Fathom MCP requires an API key for authentication. You will need to obtain an API key from your Fathom Analytics account and configure it within your MCP client to access your data.
- What data can I retrieve using the Fathom MCP?
- You can retrieve various Fathom Analytics site statistics. This includes common metrics like page views, unique visitors, and referral sources, enabling insight into your website's performance.
- Is there a cost associated with using the Fathom MCP?
- The Fathom MCP itself is open-source and community-provided, meaning there is no direct cost for the MCP. However, Fathom Analytics is a paid service, so you will need an active subscription to use it.
- What is a common limitation when using the Fathom MCP?
- A common limitation is that the MCP's functionality is dependent on the Fathom Analytics API itself. Any rate limits or data access restrictions imposed by Fathom Analytics will also apply when using this MCP.
Install Fathom
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"fathom": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fathom"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"fathom": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fathom"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"fathom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fathom"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.