Skip to content
Grok

dialer for Grok

app.getdialer/dialer

An MCP server that provides lets you make outbound phone calls using your own phone number

client:Grok transport:streamable-http

Install dialer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dialer": {
      "type": "http",
      "url": "https://getdialer.app/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dialer in other clients