smspm-mcp
MCP server for the SMSPM SMS API. Send transactional SMS from Claude Desktop, Cursor, Windsurf, Cline, or any MCP client. Get your API credentials at https://app.smspm.com/app/api.
SMSPM MCP Server
Send SMS messages from Claude Desktop (or any MCP client) using your SMSPM account.
Prerequisites
Node.js 18+
An SMSPM account with a Hash and API Token
Related MCP server: Aligo SMS MCP Server
Installation
Option A — Install from npm (once published)
npm install -g smspm-mcpOption B — Install from source
git clone https://github.com/alesav/smspm-mcp.git
cd smspm-mcp
npm install
npm run buildNote the full path to the built file — you'll need it in the next step:
/path/to/smspm-mcp/dist/index.jsConfigure Claude Desktop
Open your Claude Desktop config file:
Platform | Path |
macOS |
|
Windows |
|
Add the smspm entry inside mcpServers:
{
"mcpServers": {
"smspm": {
"command": "node",
"args": ["/path/to/smspm-mcp/dist/index.js"],
"env": {
"SMSPM_HASH": "your-hash-here",
"SMSPM_TOKEN": "your-api-token-here"
}
}
}
}If installed via npm globally, replace the path with:
"npx"as command and["smspm-mcp"]as args.
Restart Claude Desktop after saving the config.
Getting your Hash and Token
Log in to smspm.com
Go to Settings → API
Copy your Hash (looks like
e3dbe013-6f66-4fae-8ae2-96c364cb6b61)Copy or generate your API Token
Usage
Once configured, just ask Claude:
"Send an SMS to +37256789045 saying Hello from Claude"
"Text +447911123456 — your order has shipped"
Claude will use the send_sms tool automatically.
Tool parameters
Parameter | Required | Description |
| ✅ | Recipient phone in international format (e.g. |
| ✅ | Message content |
| ❌ | Sender name/number shown to recipient (default: |
Security
Your
SMSPM_HASHandSMSPM_TOKENlive only in your local config fileThey are never sent to Anthropic or Claude — only to
api.smspm.comNever commit your config file to version control
License
MIT
Maintenance
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP (Model Context Protocol) server that lets users send SMS messages through Twilio API directly from Claude Desktop via natural language commands.Last updated235MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that allows AI agents like Claude to interact with the Aligo SMS API to send text messages and retrieve related information.Last updated11MIT
- Flicense-qualityDmaintenanceMCP Server that enables natural language interaction with iSendPro's SMS messaging platform, allowing users to send and manage SMS communications through conversational commands.Last updated
- Alicense-qualityDmaintenanceMCP server for integrating with Grizzly SMS platform to rent virtual numbers, receive SMS verification codes, and manage activations directly from AI assistants like Cursor, Claude Desktop, and OpenClaw.Last updated11MIT
Related MCP Connectors
Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.
Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alesav/smspm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server