★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-smsvertpr": {
"command": "npx",
"args": [
"-y",
"3-bees-online/mcp-server-smsvertpro-typescript"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-smsvertpr npx -y 3-bees-online/mcp-server-smsvertpro-typescript
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-smsvertpr": {
"command": "npx",
"args": [
"-y",
"3-bees-online/mcp-server-smsvertpro-typescript"
]
}
}
}
📋 Copy