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
{
"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