Discover MCP servers. Connect your agent.
MCP server for Discord bot and channel interactions. Send and read messages, manage channels, handle reactions, access server information, and interact with forum channels. Full Discord API integration enabling AI assistants to participate in Discord communities. Supports both guild channels and direct messages. Install via npm: mcp-discord
https://github.com/barryyip0625/mcp-discord
stdio
api_key
10 tools
messagingdiscordchatcommunitybotssocial
MCP server for Microsoft Teams integration. Read messages, create messages, reply to threads, and mention team members within Teams channels. Enterprise collaboration through AI assistants. Works with Microsoft 365 Agent Connectors for secure MCP tool discovery and invocation.
https://github.com/InditexTech/mcp-teams-server
stdio
bearer
6 tools
collaborationteamsmicrosoftmessagingenterprisechat
MCP server for Telegram bot and channel interactions. Send messages, manage channels, forward content, and respond to conversations via Telegram Bot API using Telegraf library. Enables AI agents to interact with Telegram channels and bots programmatically. Install via npm: @iqai/mcp-telegram
https://github.com/IQAIcom/mcp-telegram
stdio
api_key
8 tools
messagingtelegramchatbotschannelssocial
Registered 2026-02-09 by
IQAI
MCP server for WhatsApp messaging integration. Search and read personal WhatsApp messages including images, videos, documents, and audio. Search contacts and send messages to individuals or groups. Connects to personal WhatsApp account via WhatsApp web multidevice API using the whatsmeow library.
https://github.com/lharries/whatsapp-mcp
stdio
open
6 tools
messagingwhatsappchatmobilecommunication
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'