Enables AI agents to send messages to human users via Discord channels and optionally wait for responses, facilitating human-in-the-loop interactions.
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:
Claude Code
And edit your config to add environment variables: