Loading MCP server directory, please wait...
Send RCS messages from your agent and get typed replies. Automatic SMS fallback.
npx @getmcp/cli add com.cadencercs/cadenceRequires Node.js 18+. Community-contributed server. Review source before installing.
CADENCE_API_KEYYour Cadence API key. A sandbox key (sk_sandbox_…) simulates delivery end to end and reaches no handset; a live key sends real messages. Get one free at https://cadencercs.com/app.html — no card, no compliance wait.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.cadencercs/cadence": {
"command": "npx",
"args": [
"-y",
"@cadencercs/mcp"
],
"env": {
"CADENCE_API_KEY": "",
"CADENCE_ALLOW_IRREVERSIBLE": "",
"CADENCE_API_URL": "https://api.cadencercs.com"
}
}
}
}