mcpbeat Sign in

Kindlesms MCP Server

local only

Kindlesms runs on your own machine — the client starts it, so there is no endpoint to ping.

Send SMS, manage approved sender IDs, and check credits via KindleSMS.

Installs / week
npm · kindlesms
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: USER_TOKEN (Your KindleSMS Personal Connector Token from Settings > Claude & API). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kindlesms

same job, measured the same way
Meilisearch MCP
by mrfentmen

Search indexes, manage documents, check health and stats.

24 installs/wk local only
Leximo AI Call Assistant MCP Server
by leximo-ai

Schedule AI phone calls, manage assignments, and check credits from Claude.

32 installs/wk local only
ProtoClinical Commerce
by theprotoclinical

Search ProtoClinical's current K-beauty catalog and manage buyer-approved carts and checkouts.

13 tools answering
Mail.app
by p-l-ta

Search, read, send, and manage email via macOS Mail.app across all configured accounts.

37 installs/wk local only
SuperSend
by ktryberceo

Manage contacts, campaigns, senders, and deliverability via SuperSend API

answering
Barevalue
by quietnotion

Submit podcast orders, check status, and manage webhooks via Barevalue editing API.

21 installs/wk local only
Remindersmcp
by aernouddekker

MCP server for macOS Reminders.app — list and reminder management via AppleScript

18 installs/wk local only
Opensearch MCP
by mrfentmen

Search OpenSearch indices, manage documents, check health and stats.

73 installs/wk local only

Kindlesms — questions

Answers built from our own checks of this server.

Why is there no uptime for Kindlesms?
Kindlesms 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 kindlesms.
How do I connect Kindlesms?
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 kindlesms straight from npm; nothing to host, nothing to sign up for.