SMS.ir MCP Server
@kazemsoft
About SMS.ir MCP Server
MCP Server for SMS.ir messaging services
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sms-ir": {
"command": "npx",
"args": [
"-y",
"mcp-sms-ir"
],
"env": {
"SMS_IR_API_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SMS.ir MCP Server?
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.
How to use SMS.ir MCP Server?
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.
Key features of SMS.ir MCP Server
- 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.
Use cases of SMS.ir MCP Server
- AI assistant sends a one-time password via verification code SMS.
- Bulk notify multiple recipients with the same message.
- Check remaining SMS.ir credit before sending.
- Schedule an SMS to send at a future date/time.
FAQ from SMS.ir MCP Server
What does SMS.ir MCP Server require to run?
Node.js v18 or newer and an API key from SMS.ir.
How do I get an API key from SMS.ir?
Create an account at sms.ir, log in, go to the user panel, and generate/copy your API key from the API Key section.
How do I install SMS.ir MCP Server?
The recommended method is to use npx (npx -y mcp-sms-ir). Alternatively, you can clone the repository, install dependencies (npm install or bun install), and build (npm run build).
What tools does SMS.ir MCP Server provide?
Four tools: send_sms (single SMS), send_bulk_sms (bulk SMS), send_verification_code (template-based code), and check_credit (balance inquiry).
What configuration is needed for Claude Desktop?
Add a JSON entry to the Claude desktop config file (location depends on OS) with "command": "npx", "args": ["-y", "mcp-sms-ir"], and an "env" object containing your SMS_IR_API_KEY.
Frequently asked questions
What does SMS.ir MCP Server require to run?
Node.js v18 or newer and an API key from SMS.ir.
How do I get an API key from SMS.ir?
Create an account at sms.ir, log in, go to the user panel, and generate/copy your API key from the API Key section.
How do I install SMS.ir MCP Server?
The recommended method is to use npx (`npx -y mcp-sms-ir`). Alternatively, you can clone the repository, install dependencies (`npm install` or `bun install`), and build (`npm run build`).
What tools does SMS.ir MCP Server provide?
Four tools: `send_sms` (single SMS), `send_bulk_sms` (bulk SMS), `send_verification_code` (template-based code), and `check_credit` (balance inquiry).
What configuration is needed for Claude Desktop?
Add a JSON entry to the Claude desktop config file (location depends on OS) with `"command": "npx"`, `"args": ["-y", "mcp-sms-ir"]`, and an `"env"` object containing your `SMS_IR_API_KEY`.
Basic information
More Communication MCP servers

Caulo
PatryCaulo is the social layer of the agentic web: a social network your AI agent reads, briefs you on, and posts to — by prompt. Ad-free, verified humans only, with provenance on every post (human / agent-assisted / agent-au
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Discord MCP Server
hanwegMCP server for discord bot
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Comments