LogoSTMCP
Download
Human-In-the-Loop-MCP-Server

Human-In-the-Loop MCP Server

A Model Context Protocol (MCP) Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs, providing real-time user input tools, choices, confirmations, and feedback mechanisms.

Tools

1. get_user_input

Get single-line text, numbers, or other data from users.

2. get_user_choice

Present multiple options for user selection.

3. get_multiline_input

Collect longer text content, code, or detailed descriptions.

4. show_confirmation_dialog

Ask for yes/no confirmation before proceeding.

5. show_info_message

Display information, notifications, or status updates.

6. health_check

Check server status and GUI availability.

Open Graph image for Human-In-the-Loop MCP Server

JSON Config

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

Useful Links

Information

Categories