smsmanager
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@smsmanagerSend an SMS to 420777123456 with 'Hello'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SmsManager MCP Server
MCP (Model Context Protocol) server for sending SMS messages via SmsManager.cz HTTP API. Built for use with Claude Code.
Tools
Tool | Description |
| Send an SMS to a phone number via SmsManager.cz |
send_sms parameters
Parameter | Required | Description |
| Yes | Recipient number with country code, no |
| Yes | SMS text, max 1000 characters |
| No | Delivery quality: |
Related MCP server: seven-mcp
Setup
1. Install dependencies
cd smsmanager-mcp
npm install2. Get API key
Get your API key from SmsManager admin panel.
3. Add to Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"smsmanager": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/smsmanager-mcp/index.js"],
"env": {
"SMSMANAGER_API_KEY": "your_api_key_here"
}
}
}
}Or via CLI:
claude mcp add smsmanager -e SMSMANAGER_API_KEY=your_key -- node /absolute/path/to/smsmanager-mcp/index.jsUsage
Once configured, Claude can send SMS:
"Send an SMS to 420777123456 saying 'Meeting at 3pm tomorrow'"
API
Uses the SmsManager.cz HTTP API (https://http-api.smsmanager.cz/Send).
Phone number format
Include country code without +: 420777123456 (Czech Republic = 420).
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/larsdittinger/smsmanager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server