Chat Human MCP Server
Enables AI agents to send messages to human users via Discord channels and optionally wait for responses, facilitating human-in-the-loop interactions.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Chat Human MCP ServerAsk the team if they're available for a quick sync tomorrow morning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Chat Human MCP Server
An MCP Server that allows AI agents to send messages to human users via chat and ask humans anything.
Tools
send_message
Send a message to a human user via chat, optionally waiting for a response.
Input
message(string, required): The message content to send.requires_response(boolean, required): Whether to wait for a user response.
Prerequisites
Node.js
pnpm
Discord bot with
Message Content Intentenabled, and has necessary permissions:Send Messages
Read Message History
Read Messages/View Channels
Supported platforms
Discord
Installation
First, you need to clone the repository and install dependencies:
git clone https://github.com/palon7/mcp-chat-human.git
cd mcp-chat-human
pnpm install
pnpm buildRelated MCP server: Discord Notifications MCP Server
Claude Code
claude mcp add --transport stdio chat-human -- node /path/to/your/directory/mcp-chat-human/build/index.jsAnd edit your config to add environment variables:
"mcpServers": {
"chat-human": {
"type": "stdio",
"command": "node",
"args": [
"/path/to/your/directory/mcp-chat-human/build/index.js"
],
"env": {
"DISCORD_API_KEY": "YOUR_DISCORD_API_KEY",
"DISCORD_CHANNEL_ID": "YOUR_DISCORD_CHANNEL_ID"
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Messaging tools for AI agents: send messages, manage chats, groups and channels.
Send mobile pings and route human questions, approvals, and handoffs from AI agents.
Build and send email, SMS, and push straight from your AI agent.
End-to-end encrypted messaging and work coordination for autonomous AI agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables bidirectional communication between AI agents and users through ntfy.sh push notifications, allowing agents to send messages and wait for user responses in asynchronous chat workflows.316 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Discord by sending notifications, creating channels, and managing interactive questions with support for two-way responses. It allows for streamlined communication through channel keys and supports various question types like multiple-choice and extended-answer modals.-
- AlicenseAqualityDmaintenanceEnables AI agents to request user decisions and send notifications via Discord when human intervention is required during autonomous tasks. It supports blocking questions with custom options, progress reporting, and persistent state for seamless remote task management.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to communicate with humans using notify and ask semantics, supporting session management and blocking or non-blocking messages.16 npmMIT