askuserquestion-mcp

dreamware-nz/askuserquestion-mcp
★ 0 stars Go 🤖 AI/LLM Updated 1d ago
MCP server exposing Claude Code's AskUserQuestion as a tool. Browser-based picker for hosts (e.g. Crush) without native elicitation.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "askuserquestion-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/dreamware-nz/askuserquestion-mcp@latest"
      ]
    }
  }
}

README Excerpt

A stdio MCP server exposing Claude Code's `AskUserQuestion` tool to any MCP-aware host (Crush, Cursor, Claude Desktop, custom agents). The user is prompted via a small browser-rendered form on an ephemeral loopback port. Selections flow back as the canonical SDK answer string: ``` Auth method? OAuth Languages?