Loading MCP server directory, please wait...
Self-hosted MCP voice agent that places phone calls on your behalf via Retell.
npx @getmcp/cli add com.topness/callwrightRequires Node.js 18+. Community-contributed server. Review source before installing.
RETELL_API_KEYYour Retell secret API key (stays server-side)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.topness/callwright": {
"command": "npx",
"args": [
"-y",
"callwright"
],
"env": {
"RETELL_API_KEY": "",
"MCP_AUTH_TOKEN": "",
"PORT": "",
"CALLWRIGHT_DATA_DIR": "",
"CALLWRIGHT_PUBLIC_URL": "",
"CLAUDE_ROUTINE_URL": "",
"CLAUDE_ROUTINE_TOKEN": ""
}
}
}
}