callwright for Cline
com.topness/callwright
Self-hosted MCP voice agent that places phone calls on your behalf via Retell.
client:Cline
transport:stdio
runtime:npm
Install callwright in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"callwright": {
"command": "npx",
"args": [
"-y",
"callwright"
],
"env": {
"RETELL_API_KEY": "<RETELL_API_KEY>",
"MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>",
"PORT": "<PORT>",
"CALLWRIGHT_DATA_DIR": "<CALLWRIGHT_DATA_DIR>",
"CALLWRIGHT_PUBLIC_URL": "<CALLWRIGHT_PUBLIC_URL>",
"CLAUDE_ROUTINE_URL": "<CLAUDE_ROUTINE_URL>",
"CLAUDE_ROUTINE_TOKEN": "<CLAUDE_ROUTINE_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs