Skip to content
Claude Desktop

SMSPM MCP Server for Claude Desktop

io.github.alesav/smspm

Send SMS via the SMSPM API from any MCP client.

client:Claude Desktop transport:stdio runtime:npm

Install SMSPM MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "smspm": {
      "command": "npx",
      "args": [
        "-y",
        "smspm-mcp"
      ],
      "env": {
        "SMSPM_HASH": "<SMSPM_HASH>",
        "SMSPM_TOKEN": "<SMSPM_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SMSPM MCP Server in other clients