This MCP server allows AI agents to ask users clarifying questions mid-task via a pop-up terminal window, facilitating better human-AI interaction.
From the registry: An MCP server that enables AI agents to ask users clarifying questions via pop-up terminal windows.

Please install the `user-prompt` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Windows with PowerShell 5.1+** — PowerShell 5.1+ required. macOS/Linux requires PowerShell Core (pwsh) but is currently untested. (https://github.com/PowerShell/PowerShell)
Canonical MCP server config (stdio transport):
- command: `user-prompt`
- args: []
Note: Install via: dotnet tool install -g UserPrompt (requires .NET 8 SDK). Alternatively download pre-built executable from GitHub releases (no SDK required). Single tool: user_prompt. Opens a popup terminal window for users to answer agent questions mid-task.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support