mcpbeat Sign in

Joltsms Sms MCP Server

local only

Joltsms Sms runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 26 Feb 2026.

Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents.

Installs per day peak 11 · avg 5 · +71% w/w
a month agotoday
24
Installs / week
npm · @joltsms/mcp-server
1
Stars
0 open issues
26 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Joltsms Sms every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add joltsms-sms -- npx -y @joltsms/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "joltsms-sms": {
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.joltsms-sms]
command = "npx"
args = ["-y", "@joltsms/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "joltsms-sms": {
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "joltsms-sms": {
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JOLTSMS_API_KEY (Your JoltSMS API key (jolt_sk_*). Create one at https://app.joltsms.com/settings). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Joltsms Sms

same job, measured the same way
Sms Florin MCP
by flovoice53-tech

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

35 installs/wk local only
Botcall MCP
by danecodes

Give your AI agent a real phone number for SMS verification codes.

22 installs/wk local only
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

29 installs/wk local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
N
agentsbase — Email for AI Agents
by agentsbase

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

26 installs/wk local only
PikaSim
by pikasim

Anonymous eSIMs, phone numbers, and SMS codes in 190+ countries. Crypto-paid; agents self-onboard.

31 tools answering
DevInbox
by devinbox

Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.

answering
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering

Joltsms Sms — questions

Answers built from our own checks of this server.

Why is there no uptime for Joltsms Sms?
Joltsms Sms runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @joltsms/mcp-server was installed 24 times last week.
How do I connect Joltsms Sms?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @joltsms/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Joltsms Sms?
The npm package @joltsms/mcp-server was installed 24 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Joltsms Sms open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.