
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
MCP server for sending SMS via SMSPM — use Claude Desktop to send SMS messages
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.
Send SMS messages from Claude Desktop (or any MCP client) using your SMSPM account.
npm install -g smspm-mcp
git clone https://github.com/alesav/smspm-mcp.git
cd smspm-mcp
npm install
npm run build
Note the full path to the built file — you'll need it in the next step:
/path/to/smspm-mcp/dist/index.js
Open your Claude Desktop config file:
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
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.
e3dbe013-6f66-4fae-8ae2-96c364cb6b61)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.
| Parameter | Required | Description |
|---|---|---|
toNumber | ✅ | Recipient phone in international format (e.g. 37256789045) |
text | ✅ | Message content |
fromNumber | ❌ | Sender name/number shown to recipient (default: smspm.com) |
SMSPM_HASH and SMSPM_TOKEN live only in your local config fileapi.smspm.comMIT
FAQs
MCP server for sending SMS via SMSPM — use Claude Desktop to send SMS messages
We found that smspm-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.