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.
Get single-line text, numbers, or other data from users.
Present multiple options for user selection.
Collect longer text content, code, or detailed descriptions.
Ask for yes/no confirmation before proceeding.
Display information, notifications, or status updates.
Check server status and GUI availability.
{
"mcpServers": {
"human-in-the-loop": {
"command": "uvx",
"args": ["hitl-mcp-server"]
}
}
}