Official Model Context Protocol (MCP) Server for EnvoiSMS.ma - AI Agent Tooling for SMS, WhatsApp & OTP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"envoisms-mcp-server": {
"command": "npx",
"args": [
"-y",
"n4ouri/envoisms-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add envoisms-mcp-server npx -y n4ouri/envoisms-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"envoisms-mcp-server": {
"command": "npx",
"args": [
"-y",
"n4ouri/envoisms-mcp-server"
]
}
}
}