clawcall for Windsurf
io.github.clawcall-dev/clawcall
MCP server for ClawCall — AI-powered US phone calling.
client:Windsurf
transport:stdio
runtime:npm
Install clawcall in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<CLAWCALL_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs