mcpbeat Sign in

SMSPM MCP Server

local only

SMSPM MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 11 Jul 2026.

Send SMS via the SMSPM API from any MCP client.

Installs per day peak 180 · avg 11 · -14% w/w
a month agotoday
25
Installs / week
npm · smspm-mcp
0
Stars
0 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check SMSPM MCP Server 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 smspm -- npx -y smspm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "smspm": {
      "args": [
        "-y",
        "smspm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.smspm]
command = "npx"
args = ["-y", "smspm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "smspm": {
      "args": [
        "-y",
        "smspm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "smspm": {
      "args": [
        "-y",
        "smspm-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SMSPM_HASH (Your SMSPM API hash, found at https://app.smspm.com/app/api), SMSPM_TOKEN (Your SMSPM API token, generated at https://app.smspm.com/app/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SMSPM MCP Server

same job, measured the same way
Screenshotrender MCP
by faridmth

Capture website screenshots from any MCP client via the ScreenshotRender API.

25 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only
HaloPSA
by wyre-technology

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
HaloPSA
by wyre-ai

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only
Selis MCP
by selis-mcp

MCP server for Selis TMiS — manage PMO entities from any MCP client

72 installs/wk 13 tools answering

SMSPM MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SMSPM MCP Server?
SMSPM MCP Server 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 smspm-mcp was installed 25 times last week.
How do I connect SMSPM MCP Server?
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 smspm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SMSPM MCP Server?
The npm package smspm-mcp was installed 25 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SMSPM MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.