Skip to main content
Glama
palon7
by palon7

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 Intent enabled, 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 build

Related 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.js

And 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"
    }
  }
}
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    8
    MIT
  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables AI agents to send and receive Discord messages using a user's account to facilitate real-time testing and development of bot commands directly from an editor. It provides tools for listing guilds, managing messages, and monitoring bot responses within Discord channels.

View all related MCP servers

Related MCP Connectors

  • Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.

  • Zero-setup WhatsApp notifications + human-in-the-loop for AI agents — text 'join', send in 60s.

  • Let your AI sessions talk to each other — messaging, tasks, sessions, and alerts

View all MCP Connectors

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