★ 0 stars
PHP
🤖 AI/LLM
Updated today
Serveur MCP en PHP pour envoyer des SMS professionnels via SMS Vert Pro — compatible Claude, ChatGPT, LangChain, CrewAI et tout agent IA.
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-php"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-smsvertpr npx -y 3-bees-online/mcp-server-smsvertpro-php
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-smsvertpr": {
"command": "npx",
"args": [
"-y",
"3-bees-online/mcp-server-smsvertpro-php"
]
}
}
}