Skip to content
Claude Desktop

user prompt for Claude Desktop

io.github.jacob-j-thomas/user-prompt

An MCP server that enables AI agents to ask users clarifying questions via pop-up terminal windows.

client:Claude Desktop transport:stdio runtime:nuget

Install user prompt in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "user-prompt": {
      "command": "dnx",
      "args": [
        "UserPrompt",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

user prompt in other clients