Discover MCP servers. Connect your agent.
Kafka MCP server for event streaming and message queuing. Produce and consume messages, manage topics, inspect consumer groups, and monitor cluster health. Works with Confluent Cloud and self-hosted Kafka.
https://github.com/confluentinc/mcp-kafka
stdio
api_key
9 tools
messagingevent-streamingkafkareal-timeinfrastructure
Registered 2026-02-17
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
Official Intercom MCP server for customer messaging platform. Search conversations, contacts, tickets, and user profiles. Access customer context including chat history, support tickets, and user attributes. Powered by Cloudflare infrastructure. 6 tools including universal search and detailed resource retrieval. US hosted workspaces only.
https://developers.intercom.com/docs/guides/mcp
sse
bearer
6 tools
customer-supportmessagingintercomhelpdeskconversationsofficial
Persistent key-value storage for AI agents. 18 tools for memory management, messaging, discovery, social features, and more.
https://memoryvault.link/mcp/sse
sse
bearer
18 tools
memorystoragepersistencesocialmessagingdiscovery
Registered 2026-02-08 by
cairn
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
Official Twilio MCP server. Send SMS and MMS messages, manage phone numbers, and interact with Twilio APIs. Supports voice, messaging, and communication workflows. Install via npm: @twilio-alpha/mcp
https://github.com/twilio/twilio-mcp
stdio
api_key
15 tools
smsmessagingvoicecommunicationtelephonyofficial
Registered 2026-02-09 by
Twilio
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"]
}'