PluginBench
MCP Server

com.topness/callwright MCP Server

com.topness/callwright

What is the com.topness/callwright MCP server?

Self-hosted MCP voice agent that places phone calls on your behalf via Retell.

How to install com.topness/callwright

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RETELL_API_KEY
    required
    secret

    Your Retell secret API key (stays server-side)

  • MCP_AUTH_TOKEN
    secret

    Bearer token clients must send; required when exposed beyond localhost

  • PORT

    Port the HTTP MCP server listens on (default 8787)

  • CALLWRIGHT_DATA_DIR

    Persistent directory for runtime state such as trigger deduplication

  • CALLWRIGHT_PUBLIC_URL

    Public Callwright base URL used to configure Retell webhook delivery

  • CLAUDE_ROUTINE_URL

    Optional complete Claude cloud Routine /fire endpoint URL

  • CLAUDE_ROUTINE_TOKEN
    secret

    Optional dedicated bearer token for the configured Claude Routine trigger

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "callwright": {
      "command": "npx",
      "args": [
        "-y",
        "callwright"
      ],
      "env": {
        "RETELL_API_KEY": "<YOUR_RETELL_API_KEY>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "CALLWRIGHT_DATA_DIR": "<YOUR_CALLWRIGHT_DATA_DIR>",
        "CALLWRIGHT_PUBLIC_URL": "<YOUR_CALLWRIGHT_PUBLIC_URL>",
        "CLAUDE_ROUTINE_URL": "<YOUR_CLAUDE_ROUTINE_URL>",
        "CLAUDE_ROUTINE_TOKEN": "<YOUR_CLAUDE_ROUTINE_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "callwright": {
      "command": "npx",
      "args": [
        "-y",
        "callwright"
      ],
      "env": {
        "RETELL_API_KEY": "<YOUR_RETELL_API_KEY>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "CALLWRIGHT_DATA_DIR": "<YOUR_CALLWRIGHT_DATA_DIR>",
        "CALLWRIGHT_PUBLIC_URL": "<YOUR_CALLWRIGHT_PUBLIC_URL>",
        "CLAUDE_ROUTINE_URL": "<YOUR_CLAUDE_ROUTINE_URL>",
        "CLAUDE_ROUTINE_TOKEN": "<YOUR_CLAUDE_ROUTINE_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "callwright": {
      "command": "npx",
      "args": [
        "-y",
        "callwright"
      ],
      "env": {
        "RETELL_API_KEY": "<YOUR_RETELL_API_KEY>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "CALLWRIGHT_DATA_DIR": "<YOUR_CALLWRIGHT_DATA_DIR>",
        "CALLWRIGHT_PUBLIC_URL": "<YOUR_CALLWRIGHT_PUBLIC_URL>",
        "CLAUDE_ROUTINE_URL": "<YOUR_CLAUDE_ROUTINE_URL>",
        "CLAUDE_ROUTINE_TOKEN": "<YOUR_CLAUDE_ROUTINE_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "callwright": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "callwright"
      ],
      "env": {
        "RETELL_API_KEY": "<YOUR_RETELL_API_KEY>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "CALLWRIGHT_DATA_DIR": "<YOUR_CALLWRIGHT_DATA_DIR>",
        "CALLWRIGHT_PUBLIC_URL": "<YOUR_CALLWRIGHT_PUBLIC_URL>",
        "CLAUDE_ROUTINE_URL": "<YOUR_CLAUDE_ROUTINE_URL>",
        "CLAUDE_ROUTINE_TOKEN": "<YOUR_CLAUDE_ROUTINE_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add callwright --env RETELL_API_KEY=<YOUR_RETELL_API_KEY> --env MCP_AUTH_TOKEN=<YOUR_MCP_AUTH_TOKEN> --env PORT=<YOUR_PORT> --env CALLWRIGHT_DATA_DIR=<YOUR_CALLWRIGHT_DATA_DIR> --env CALLWRIGHT_PUBLIC_URL=<YOUR_CALLWRIGHT_PUBLIC_URL> --env CLAUDE_ROUTINE_URL=<YOUR_CLAUDE_ROUTINE_URL> --env CLAUDE_ROUTINE_TOKEN=<YOUR_CLAUDE_ROUTINE_TOKEN> -- npx -y callwright

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →