sms-ru-mcp
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 vars
SMS_RU_API_IDClaude Code
claude mcp add --env SMS_RU_API_ID= sms-ru-mcp -- npx @theyahia/sms-ru-mcp
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.