← Back to browse

sms-ru-mcp

Indexed by io.github.theYahia

About

MCP server for SMS.RU API — send SMS, check status, balance. 3 tools.

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 varsSMS_RU_API_ID
Claude Code
claude mcp add --env SMS_RU_API_ID= sms-ru-mcp -- npx @theyahia/sms-ru-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":"sms-ru-mcp","command":"npx","args":["@theyahia/sms-ru-mcp"],"env":{"SMS_RU_API_ID":""}}'
JSON
{
  "mcpServers": {
    "sms-ru-mcp": {
      "command": "npx",
      "args": [
        "@theyahia/sms-ru-mcp"
      ],
      "env": {
        "SMS_RU_API_ID": ""
      }
    }
  }
}

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