Fathom
Freeby MCP Community
MCP server for Fathom — vault operations, search, rooms, and cross-workspace communication
v0.6.4Added Apr 12, 2026
mcpvaultfathomclaudecodex
Fathom MCP Server
MCP server for Fathom — vault operations, search, rooms, and cross-workspace communication
Installation
npx -y fathom-mcp
Reviews
Installation
Quick install
npx -y fathom-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"fathom": {
"command": "npx",
"args": ["-y", "fathom-mcp"]
}
}
}