mcpbeat Sign in

Kudosity MCP Server

local only

Kudosity runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 27 Jul 2026.

Send SMS, MMS and WhatsApp, manage contacts and webhooks, from AI agents.

Installs per day peak 149 · avg 6
a month agotoday
40
Installs / week
npm · kudosity-mcp
1
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Kudosity every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y kudosity-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "kudosity-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "kudosity-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "kudosity-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "kudosity-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KUDOSITY_API_KEY (Your Kudosity API key (Settings → API Settings).), KUDOSITY_API_SECRET (Your Kudosity API secret. Required only for contact-list and balance tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kudosity

same job, measured the same way
ManyContacts - WhatsApp Business MCP
by manycontacts

WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.

66 installs/wk local only
ManyContacts - WhatsApp Business CRM
by manycontacts

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

local only
Trypeach Io
by trypeach-io

Send and manage WhatsApp messages, contacts, templates, and events via Peach AI.

45 installs/wk local only
Send16 MCP
by spruikco

Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

51 installs/wk 79 tools answering
C
PulsyAI
by pulseem

Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem.

3 tools answering
Chatflow
by yersat

WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.

answering
I
Androidapi MCP
by tecniforgemaryam

Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.

36 installs/wk local only
TopMessage
by topmessage

Send and schedule SMS and WhatsApp messages, manage contacts and templates, and track delivery.

answering

Kudosity — questions

Answers built from our own checks of this server.

Why is there no uptime for Kudosity?
Kudosity 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 kudosity-mcp was installed 40 times last week.
How do I connect Kudosity?
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 kudosity-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kudosity?
The npm package kudosity-mcp was installed 40 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kudosity open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.