Human-In-the-Loop-MCP-Server

GongRzhe/Human-In-the-Loop-MCP-Server
★ 149 stars Python 🤖 AI/LLM Updated 1mo ago
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs. This server bridges the gap between automated AI processes and human decision-making by providing real-time user input tools, choices, confirmations, and feedback mechanisms.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "human-in-the-loop-mc": {
      "command": "uvx",
      "args": [
        "human-in-the-loop-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install human-in-the-loop-mcp-server