Human-In-the-Loop MCP Server
JSON →Enables AI assistants to interact with humans through GUI dialogs for input, choices, and confirmations.
Install
uvx (Recommended) Tools · 6
- get_user_input Get single-line text, numbers, or other data from users with validation
- get_user_choice Present multiple options for user selection, supporting single or multiple selections
- get_multiline_input Collect longer text content, code, or detailed descriptions from users
- show_confirmation_dialog Ask for yes/no confirmation before proceeding with actions
- show_info_message Display information, notifications, or status updates to users
- health_check Check server status and GUI availability
★ 162 GitHub stars