← Back to browse

SMSPM MCP Server

Indexed by io.github.alesav

About

Send SMS via the SMSPM API from any MCP client.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSMSPM_HASH SMSPM_TOKEN
Claude Code
claude mcp add --env SMSPM_HASH= --env SMSPM_TOKEN= smspm -- npx smspm-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"smspm","command":"npx","args":["smspm-mcp"],"env":{"SMSPM_HASH":"","SMSPM_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "smspm": {
      "command": "npx",
      "args": [
        "smspm-mcp"
      ],
      "env": {
        "SMSPM_HASH": "",
        "SMSPM_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.