sms-mcp

codeWonderland/sms-mcp
★ 0 stars TypeScript Security Updated today
MCP server to send SMS through your own Android phone, from your real number, with self-controlled auth and safety controls. SMS/MMS only, 1:1 conversational scope.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codeWonderland/sms-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that sends SMS through my own Android phone — from my real number, with auth and safety controls I control. No third-party SMS gateway in the path. **Read [DESIGN.md](./DESIGN.md) first** — it has the architecture, the auth model, the two implementation paths, and the open decisions. - **Path A (start here):** hardened Node MCP server in Termux, behind Tailscale +