smspm-mcp
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
Latest Blog Posts
- 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