Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Kudosity
K
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:26:57 PM

Kudosity

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "kudosity": {
      "command": "npx",
      "args": [
        "-y",
        "kudosity"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

Kudosity MCP Server

An installable Model Context Protocol server that gives AI agents native tools to send SMS, MMS and WhatsApp messages, manage contacts and webhooks, and research the Kudosity API β€” powered by Kudosity.

Runs locally (or in your own infrastructure), authenticates with your Kudosity API key, and exposes one clean tool per action β€” so an agent calls send_sms instead of hand-building HTTP requests.

Tools

Messaging

ToolTypeDescription
send_smswriteSend an SMS to a recipient
send_mmswriteSend an MMS with a media attachment
send_whatsappwriteSend a WhatsApp message (free-form text or approved template)
get_messagereadGet a sent message and its status by channel + ID
list_messagesreadList sent/received messages with delivery status; filter by status, direction (sent/replies), recipient, dates

Webhooks

ToolTypeDescription
create_webhookwriteRegister an HTTPS webhook for delivery status, inbound messages, link hits, opt-outs
list_webhooksreadList configured webhooks
delete_webhookwriteDelete a webhook by ID

Contacts & lists (require KUDOSITY_API_SECRET)

ToolTypeDescription
create_listwriteCreate a contact list
get_listsreadList all contact lists
get_listreadGet a list and optionally its members
add_contact_to_listwriteAdd a contact to a list
remove_contact_from_listwriteRemove a contact from a list
delete_listwriteDelete a contact list

Account (requires KUDOSITY_API_SECRET)

ToolTypeDescription
get_balancereadGet your account balance

API discovery β€” research the whole Kudosity API, always current

ToolTypeDescription
list_specsreadList the Kudosity API specifications
list_endpointsreadList all endpoints for a spec
search_endpointsreadSearch the API by keyword
get_endpointreadGet full detail for one endpoint

The discovery tools read the live specs from developers.kudosity.com, so they always reflect the latest published docs.

Requirements

  • Node.js 18+
  • A Kudosity account and API key β€” Settings β†’ API Settings in the Kudosity platform
  • For contact and balance tools, also your API secret (same settings page)

Install & configure

Runs via npx β€” no clone required.

Claude Desktop / Claude Code

config.json
{
  "mcpServers": {
    "kudosity": {
      "command": "npx",
      "args": ["-y", "kudosity-mcp"],
      "env": {
        "KUDOSITY_API_KEY": "your_api_key",
        "KUDOSITY_API_SECRET": "your_api_secret"
      }
    }
  }
}

KUDOSITY_API_SECRET is optional β€” omit it if you only need messaging, webhooks, and discovery. It's required for the contact-list and balance tools.

Cursor β€” .cursor/mcp.json

config.json
{
  "mcpServers": {
    "kudosity": {
      "command": "npx",
      "args": ["-y", "kudosity-mcp"],
      "env": { "KUDOSITY_API_KEY": "your_api_key", "KUDOSITY_API_SECRET": "your_api_secret" }
    }
  }
}

VS Code β€” .vscode/mcp.json

config.json
{
  "servers": {
    "kudosity": {
      "command": "npx",
      "args": ["-y", "kudosity-mcp"],
      "env": { "KUDOSITY_API_KEY": "your_api_key", "KUDOSITY_API_SECRET": "your_api_secret" }
    }
  }
}

Usage examples

  • "Send an SMS to 61438333061 from KudosityDemo saying the order shipped."
  • "Send the order_status_sample WhatsApp template to 61411122211."
  • "List my delivered SMS from the last day." / "Show me inbound SMS replies."
  • "Create a contact list called VIPs and add 61438333061."
  • "Register a webhook at https://example.com/hook for SMS delivery status."
  • "What's my account balance?"
  • "Search the Kudosity API for anything about opt-outs."

Authentication

Kudosity has two API surfaces, and this server uses each where it's authoritative:

ToolsAuthCredentials
Messaging, webhooks, discoveryx-api-key headerKUDOSITY_API_KEY
Contact lists, balanceHTTP BasicKUDOSITY_API_KEY + KUDOSITY_API_SECRET

Credentials are read from environment variables and never written to disk. Treat them as secrets.

Configuration

Env varRequiredDefaultDescription
KUDOSITY_API_KEYyesβ€”Your Kudosity API key
KUDOSITY_API_SECRETfor contacts/balanceβ€”Your Kudosity API secret
KUDOSITY_API_BASE_URLnohttps://api.transmitmessage.comOverride the v2 API base URL
KUDOSITY_V1_BASE_URLnohttps://api.transmitsms.comOverride the v1 API base URL

Local development

bash
git clone https://github.com/kudosity/mcp
cd mcp
npm install
npm run build
KUDOSITY_API_KEY=your_api_key npm start

Test tool listing with the MCP Inspector, or run the checks:

Terminal
npm test              # mock integration tests (no credentials)
node test/discovery-test.mjs   # live spec-discovery test (no credentials)

License

MIT

Related MCP Servers

View all in Communication View all alternatives
  • T
    TopMessage

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

    πŸ’¬ Communication0 views
    Compare vs TopMessage β†’
  • B
    Blueticked

    Send WhatsApp, SMS and email for South African businesses: contacts, campaigns, templates, webhooks

    πŸ’¬ Communication0 views
    Compare vs Blueticked β†’
  • M
    ManyContacts WhatsApp Business CRM

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

    πŸ’¬ Communication0 views
    Compare vs ManyContacts WhatsApp Business CRM β†’
  • M
    Mcp

    Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, and account administration.

    πŸ’¬ Communication0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Kudosity

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "kudosity": { "command": "npx", "args": ["-y", "Kudosity"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKudosity AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kudosity?style=directory)](https://allmcps.com/mcp/kudosity)
HTML Embed
<a href="https://allmcps.com/mcp/kudosity"><img src="https://allmcps.com/api/badge/kudosity?style=directory" alt="Kudosity on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Kudosity β†’Install in Claude DesktopInstall in CursorInstall in VS Code