Skip to content
Claude Desktop

clawcall for Claude Desktop

io.github.clawcall-dev/clawcall

MCP server for ClawCall — AI-powered US phone calling.

client:Claude Desktop transport:stdio runtime:npm

Install clawcall in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clawcall": {
      "command": "npx",
      "args": [
        "-y",
        "@clawcall/mcp"
      ],
      "env": {
        "CLAWCALL_API_KEY": "<CLAWCALL_API_KEY>",
        "CLAWCALL_BASE_URL": "<CLAWCALL_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

clawcall in other clients