Fathom MCP Server
Rank #14,700io.github.agencyenterprise/fathom-mcp-server
MCP server providing fathom-server capabilities
Fathom MCP Server is a Model Context Protocol (MCP) server published by agencyenterprise. It ranks #14,700 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Fathom MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Feb 2, 2026.
Ranks ahead of 100,760 of 115,460 servers on MCP Toplist.
Use Fathom MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http fathom-mcp-server https://fathom-mcp-server.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.fathom-mcp-server]
url = "https://fathom-mcp-server.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://fathom-mcp-server.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fathom-mcp-server": {
"url": "https://fathom-mcp-server.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"fathom-mcp-server": {
"type": "http",
"url": "https://fathom-mcp-server.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fathom-mcp-server": {
"serverUrl": "https://fathom-mcp-server.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fathom-mcp-server": {
"url": "https://fathom-mcp-server.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.agencyenterprise%2Ffathom-mcp-server)<a href="https://mcptoplist.com/server/io.github.agencyenterprise%2Ffathom-mcp-server"><img src="https://mcptoplist.com/badge/io.github.agencyenterprise%2Ffathom-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
agencyenterprise
Other servers by agencyenterprise
View all agencyenterprise servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fathom MCP Server?
- Fathom MCP Server is maintained by agencyenterprise, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Fathom MCP Server listed on the Official MCP Registry?
- Yes — Fathom MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fathom MCP Server have?
- MCP Toplist tracks 2 versions of Fathom MCP Server, most recently published on Feb 2, 2026.
- Where can I find the source code for Fathom MCP Server?
- The source code for Fathom MCP Server is hosted at github.com/agencyenterprise/fathom-mcp-server.