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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. SMSPM MCP Server
SMSPM MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 2:01:52 AM

SMSPM MCP Server

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
smscommunicationmessagingnodejs

Send transactional SMS through SMSPM from MCP clients using a local Node.js server.

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.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for SMSPM MCP Server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

SMSPM MCP Server MCP server exposes SMSPM's SMS API to MCP-compatible clients. It runs locally with Node.js and uses an SMSPM Hash and API Token to authenticate requests to api.smspm.com. The server provides a send_sms tool with recipient, message, and optional sender parameters. Reach for it when an agent needs to send transactional text messages through an SMSPM account.

Use cases

•Send transactional order updates by SMS
•Send text messages from Claude Desktop
•Notify recipients through an MCP client
•Automate SMS delivery with an SMSPM account

Key features

•Send SMS through the SMSPM API
•Expose a send_sms MCP tool
•Accept international recipient numbers
•Support custom sender names or numbers
•Authenticate with an SMSPM Hash and API Token
•Run locally with Node.js 18+

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by SMSPM MCP Server.

Extracted Tool Capabilities
Send SMS through the SMSPM API
Expose a send_sms MCP tool
Accept international recipient numbers
Support custom sender names or numbers
Authenticate with an SMSPM Hash and API Token
Run locally with Node.js 18+

How SMSPM MCP Server works

What SMSPM MCP Server MCP server does

SMSPM MCP Server MCP server connects MCP clients to the SMSPM SMS API for sending transactional text messages. It is intended for clients such as Claude Desktop, Cursor, Windsurf, Cline, and other MCP-compatible applications. After configuration, an agent can call the provided send_sms tool instead of requiring a separate SMS workflow.

The server supports a required destination number and message body, plus an optional sender value. Recipient numbers should use international format. If no sender is supplied, the documented default is smspm.com.

How it works

The process runs locally under Node.js 18 or later. MCP client configuration starts the server and passes credentials through environment variables. When the client invokes send_sms, the server uses the configured SMSPM credentials to send the request to api.smspm.com.

The required credentials are an SMSPM Hash and API Token. These values are obtained from the SMSPM account's Settings → API page. According to the project documentation, the credentials remain in the local client configuration and are sent only to SMSPM's API, not to Anthropic or Claude.

Setup and configuration

The documented source-based setup requires cloning the repository, installing its Node.js dependencies, and running the build command:

bash
git clone https://github.com/alesav/smspm-mcp.git
cd smspm-mcp
npm install
npm run build

The resulting dist/index.js file is then used as the Node.js process in an MCP client configuration. The configuration supplies these variables:

  • SMSPM_HASH: the Hash from the SMSPM API settings
  • SMSPM_TOKEN: the SMSPM API Token

The README also documents an npm installation option using the smspm-mcp package once that package is published. After changing the client configuration, restart Claude Desktop. The documented Claude Desktop configuration locations are the application support path on macOS and the %APPDATA% path on Windows.

Tools and capabilities

SMSPM MCP Server MCP server documents one tool:

  • send_sms: sends an SMS through SMSPM.
    • toNumber — required recipient phone number in international format
    • text — required message content
    • fromNumber — optional sender name or number displayed to the recipient; defaults to smspm.com

Example agent requests include sending a greeting to a specified international number or notifying a recipient that an order has shipped. The material does not document tools for reading messages, checking delivery status, managing contacts, or retrieving account data.

Limitations and notes

An SMSPM account, Hash, and API Token are required. The documentation does not state SMS pricing, rate limits, delivery guarantees, or supported sender policies, so those details should be confirmed with SMSPM. The recipient number must be supplied in international format, and the server depends on Node.js 18 or newer.

Keep the Hash and Token out of source control. They are placed in the local MCP client configuration, which should not be committed to a repository. SMSPM MCP Server MCP server is released under the MIT license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Discord MCP logoDiscord MCP

    A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

    💬 Communication3 views
    Compare vs Discord MCP →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication9 views
    Compare vs Line Bot MCP Server →
  • Mattermost MCP logoMattermost MCP

    MCP server for Mattermost API. List channels, read/post messages, manage threads and reactions, monitor topics. Supports flexible configuration via CLI args, environment variables, or config files.

    💬 Communication4 views
    Compare vs Mattermost MCP →
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    💬 Communication2 views
    Compare vs Telegram MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
2mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about SMSPM MCP Server

Clone the repository, run npm install, and run npm run build. Then configure the generated dist/index.js file as the Node.js MCP server.

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 PreviewSMSPM MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/smspm-mcp-server?style=directory)](https://allmcps.com/mcp/smspm-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/smspm-mcp-server"><img src="https://allmcps.com/api/badge/smspm-mcp-server?style=directory" alt="SMSPM MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingBring your own API key (usage-based cost)
More technical detailsExpand â–¾
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 17, 2026
7/10 checks healthy over the last 46d
Views4
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.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 11, 2026
32Quality signal: Emerging · 32/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 ownership10/20
Documentation & tools11/30
Adoption & activity2/15
Community engagement1/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 unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge 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 SMSPM MCP Server →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients