Skip to content
Cursor

clawcall for Cursor

io.github.clawcall-dev/clawcall

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

client:Cursor transport:stdio runtime:npm

Install clawcall in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

clawcall in other clients