Skip to content
Cursor

SMSPM MCP Server for Cursor

io.github.alesav/smspm

Send SMS via the SMSPM API from any MCP client.

client:Cursor transport:stdio runtime:npm

Install SMSPM MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SMSPM MCP Server in other clients