dialfetch for Claude Desktop
com.dialfetch/dialfetch
Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.
client:Claude Desktop
transport:streamable-http
Install dialfetch in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dialfetch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.dialfetch.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs