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 "Install 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 buildClaude 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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/palon7/mcp-chat-human'
If you have feedback or need assistance with the MCP directory API, please join our Discord server