Skip to main content
Glama
larsdittinger

smsmanager

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_sms

Send an SMS to a phone number via SmsManager.cz

send_sms parameters

Parameter

Required

Description

phone_number

Yes

Recipient number with country code, no + (e.g. 420777123456)

message

Yes

SMS text, max 1000 characters

gateway

No

Delivery quality: high (default), economy, low

Related MCP server: SMS-Activate MCP Server

Setup

1. Install dependencies

cd smsmanager-mcp
npm install

2. 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.js

Usage

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).

Full API documentation

Phone number format

Include country code without +: 420777123456 (Czech Republic = 420).

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Ileti Merkezi SMS API (Turkey). Enables sending SMS, bulk SMS, checking delivery reports, and managing contacts and blacklists via API Key + Hash authentication.
    Last updated
    8
    31
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for integrating with SMS-Activate service, enabling phone number operations, email activations, and account management for receiving SMS verification codes and temporary email addresses.
    Last updated
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    MCP server for sending SMS via the SMSPM API. Send transactional SMS from Claude Desktop, Cursor, Windsurf, Cline, or any MCP client.
    Last updated
    1
    37
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.

  • Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

  • MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

View all MCP Connectors

Latest Blog Posts

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