mcp-server-smsvertpro-typescript

3-bees-online/mcp-server-smsvertpro-typescript
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server in TypeScript to send professional SMS via SMS Vert Pro — 9 tools: send, OTP, delivery reports, cancel. Compatible with Claude, ChatGPT, Cursor, Windsurf and any AI agent.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-smsvertpr": {
      "command": "npx",
      "args": [
        "-y",
        "3-bees-online/mcp-server-smsvertpro-typescript"
      ]
    }
  }
}