mcpbeat Sign in

Cadence MCP Server

by cadencercs Your server? Claim it
local only

Cadence runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm.

Send RCS messages from your agent and get typed replies. Automatic SMS fallback.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 627 · avg 57 · +63% w/w
a month agotoday
33
Installs / week
npm · @cadencercs/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cadence -- npx -y @cadencercs/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cadence": {
      "args": [
        "-y",
        "@cadencercs/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cadence]
command = "npx"
args = ["-y", "@cadencercs/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cadence": {
      "args": [
        "-y",
        "@cadencercs/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cadence": {
      "args": [
        "-y",
        "@cadencercs/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CADENCE_API_KEY (Your 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.), CADENCE_ALLOW_IRREVERSIBLE (Set to 1 to expose the three one-way-door tools: sync_google, request_verification and request_launch. They create an agent at Google that can never be deleted, and freeze the launch questionnaire. Left unset they are absent from tools/list entirely, so no model in this configuration can reach them.), CADENCE_API_URL (Override the API host. Defaults to https://api.cadencercs.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cadence

same job, measured the same way
Slack MCP Server
by stevenvo

Read Slack conversations, threads, user info, and search messages from your MCP client.

52 installs/wk local only
Kontato
by kontato

Give your AI agents a real WhatsApp number to send and receive messages.

9 tools answering
Sendbird
by usefulapi

MCP server for Sendbird — chat users, channels, members, and messages from your AI client.

14 tools answering
Leporis WhatsApp
by admin-rstechie

Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.

answering
Threadline MCP
by jkheadley

Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

31 installs/wk local only
iMessage History
by anipotts

Search and read your Apple Messages history from any MCP client. Read-only, local.

1 272 installs/wk local only
@imqueue
by imqueue

Search @imqueue docs and scaffold typed services & clients from your AI coding agent.

333 installs/wk 7 tools answering
Lettera
by lettera

Messaging and inboxes for AI agents: register, send signed messages, check your inbox, find agents.

7 tools answering

Cadence — questions

Answers built from our own checks of this server.

Why is there no uptime for Cadence?
Cadence runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cadencercs/mcp was installed 33 times last week.
Is Cadence still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Cadence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cadencercs/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cadence?
The npm package @cadencercs/mcp was installed 33 times in the last week. Week over week that is +63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.