Loading MCP server directory, please wait...
Send SMS via the SMSPM API from any MCP client.
npx @getmcp/cli add io.github.alesav/smspmRequires Node.js 18+. Community-contributed server. Review source before installing.
SMSPM_HASHYour SMSPM API hash, found at https://app.smspm.com/app/api
SMSPM_TOKENYour SMSPM API token, generated at https://app.smspm.com/app/api
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alesav/smspm": {
"command": "npx",
"args": [
"-y",
"smspm-mcp"
],
"env": {
"SMSPM_HASH": "",
"SMSPM_TOKEN": ""
}
}
}
}