Skip to content

Ask User Questions

Free

by MCP Community

An MCP tool that allows AI models to ask users questions via a local web interface.

v1.0.0Added Apr 12, 2026
MCPAIuser interactionquestions
Works with:ClaudeGPTGeminiCopilot

Ask User Questions MCP Server

An MCP tool that allows AI models to ask users questions via a local web interface.

Installation

npx -y ask-user-questions

Reviews

Leave a Review

Installation

Quick install
npx -y ask-user-questions
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ask-user-questions": {
      "command": "npx",
      "args": ["-y", "ask-user-questions"]
    }
  }
}