MCP Server
Maintained
MIT
Fathom MCP Server MCP Server
io.github.agencyenterprise/fathom-mcp-server
What is the Fathom MCP Server MCP server?
Connect Claude to Fathom meeting recordings, transcripts, and summaries
How to install Fathom MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fathom-mcp-server": {
"url": "https://fathom-mcp-server.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fathom-mcp-server": {
"serverUrl": "https://fathom-mcp-server.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fathom-mcp-server": {
"type": "http",
"url": "https://fathom-mcp-server.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"fathom-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fathom-mcp-server.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http fathom-mcp-server https://fathom-mcp-server.com/mcpRelated MCP servers
io.github.agencyenterprise/aiseo-audit
Maintained
Audit web pages for AI search readiness (ChatGPT, Claude, Perplexity, Gemini).
5
View repository →TypeScript
MIT