Ask User Questions
Freeby 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
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
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"]
}
}
}