Skip to content
Zed

SMSPM MCP Server for Zed

io.github.alesav/smspm

Send SMS via the SMSPM API from any MCP client.

client:Zed transport:stdio runtime:npm

Install SMSPM MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

SMSPM MCP Server in other clients