SMS.ir MCP Server
@kazemsoft
SMS.ir MCP Server について
MCP Server for SMS.ir messaging services
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sms-ir": {
"command": "npx",
"args": [
"-y",
"mcp-sms-ir"
],
"env": {
"SMS_IR_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「コミュニケーション」の他のコンテンツ
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend

Slack
modelcontextprotocolModel Context Protocol Servers
WhatsApp MCP Server
lharriesWhatsApp MCP server
飞书MCP服务器
sdd330MCP server provides feishu related operations
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
コメント