Messaging Platform MCP Server
Model Context Protocol (MCP) server providing unified access to Discord, Slack, Telegram, and WhatsApp messaging platforms. Perfect for AI assistants that need to send notifications, alerts, or messages across multiple platforms.
Features
- Multi-Platform Support: Discord, Slack, Telegram, WhatsApp
- Unified Interface: Single API for all messaging platforms
- MCP Compatible: Works with Claude, GPT, and other AI assistants
- Rich Messages: Embeds, blocks, templates, and interactive messages
- Demo Mode: Test integration without sending real messages
Available Tools
send_discord_message
Send messages to Discord channels via webhook or bot token.
{
"tool": "send_discord_message",
"toolInput": {
"webhookUrl": "https://discord.com/api/webhooks/...",
"content": "Hello from MCP Server!",
"username": "Bot Name",
"embeds": [{"title": "Alert", "description": "New notification"}]
}
}
send_slack_message
Send messages to Slack channels or users.
{
"tool": "send_slack_message",
"toolInput": {
"channel": "#notifications",
"text": "New alert!",
"blocks": [{"type": "section", "text": {"type": "mrkdwn", "text": "Important"}}]
}
}
send_telegram_message
Send messages via Telegram Bot API.
{
"tool": "send_telegram_message",
"toolInput": {
"chatId": "@channelname",
"text": "Bold message with _italic_",
"parseMode": "Markdown"
}
}
send_whatsapp_message
Send WhatsApp Business messages via Cloud API.
{
"tool": "send_whatsapp_message",
"toolInput": {
"to": "+1234567890",
"messageType": "text",
"text": "Your order has been shipped!"
}
}
list_platforms
List all available platforms and their configuration status.
{
"tool": "list_platforms"
}
get_platform_status
Check if a specific platform is configured and ready.
{
"tool": "get_platform_status",
"toolInput": {
"platform": "discord"
}
}
Setup
Discord
1. Create a Discord bot at https://discord.com/developers/applications
2. Copy the bot token
3. Or create a webhook URL in channel settings
Slack
1. Create a Slack app at https://api.slack.com/apps
2. Add chat:write scope
3. Install to workspace and copy OAuth token
Telegram
1. Message @BotFather on Telegram
2. Create a new bot with /newbot
3. Copy the bot token
1. Set up WhatsApp Business at Meta Business Suite
2. Create a system user with WhatsApp permissions
3. Generate an access token
4. Note your Phone Number ID
Usage Examples
MCP Discovery (No Tool)
{}
Returns tool definitions for AI assistants.
Demo Mode
{
"tool": "send_discord_message",
"demoMode": true
}
Returns sample output without sending actual messages.
Multi-Platform Notification
Run the actor multiple times with different tools to send to all platforms.
Output
{
"tool": "send_slack_message",
"platform": "slack",
"status": "success",
"messageId": "1234567890.123456",
"recipient": "#notifications",
"content": "Alert sent!",
"executedAt": "2024-01-15T10:30:00.000Z"
}
Pricing
- Tool Execution: $0.01 per tool call
Use Cases
- AI Assistants: Let Claude or GPT send messages on your behalf
- Alert Systems: Send notifications to multiple platforms
- Automation: Integrate messaging into Zapier/Make/n8n workflows
- Customer Support: Unified messaging for support bots
Rate Limits
Respects each platform's rate limits:
- Discord: 50 requests/second per webhook
- Slack: 1 request/second per channel
- Telegram: 30 messages/second
- WhatsApp: Based on tier (1K-100K/day)
Support
For issues or feature requests, visit johnrippy.link
🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
Built by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →