SMS.ir MCP Server

by kazemsoft

353 downloads
Not rated
GitHub

About

A Model Context Protocol server that allows AI assistants like Claude to send SMS messages, send verification codes, and check account credit via the SMS.ir API.

Details

Author
kazemsoft
Downloads
353
Categories
Communication, API

- Send single SMS messages to individual recipients.
- Send bulk SMS messages to multiple recipients.
- Send verification code SMS messages using templates.
- Check account credit balance.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SMS.ir MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by running via npx (recommended) or manually clone, install dependencies, and build. Configure by adding the server to your MCP settings (for Cline VSCode Extension or Claude Desktop) with your SMS.ir API key in the SMS_IR_API_KEY environment variable. Use the tools send_sms, send_bulk_sms, send_verification_code, and check_credit by asking Claude.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sms.ir mcp server": {
            "sms-ir": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-sms-ir"
                ],
                "env": {
                    "SMS_IR_API_KEY": ""
                }
            }
        }
    }
}

McpServers

{
    "sms-ir": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-sms-ir"
        ],
        "env": {
            "SMS_IR_API_KEY": ""
        }
    }
}

SMS.ir MCP Server

This is a Model Context Protocol (MCP) server for SMS.ir messaging services. It allows AI assistants like Claude to send SMS messages via the SMS.ir API.

Features

- Send single SMS messages to individual recipients
- Send bulk SMS messages to multiple recipients
- Send verification code SMS messages using templates
- Check account credit balance

Installation

Prerequisites

- Node.js v18 or newer
- An API key from SMS.ir

Installation Methods

Method 1: Install from npm (Recommended)

You can install the MCP server directly from npm using npx:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.