AskUserQuestionPlus is an MCP server that provides a web interface for AI agents to ask users questions. It exposes a streamable HTTP API for interactive questioning, allowing agents to send questions and receive user responses. The server connects to a web interface for user interaction. Developers use it to build AI agents that require user input or feedback during operation.
AskUserQuestionPlus is an MCP server that provides a web interface for AI agents to ask users questions. It exposes a streamable HTTP API for interactive questioning, allowing agents to send questions and receive user responses. The server connects to a web interface for user interaction. Developers use it to build AI agents that require user input or feedback during operation.
npx -y ask-user-question-plusAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jojojotarou-askuserquestionplus-github": {
"command": "npx",
"args": [
"-y",
"npx -y ask-user-question-plus"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from AskUserQuestionPlus?"
No configuration required. This server works out of the box.
"What resources are available in AskUserQuestionPlus?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in AskUserQuestionPlus"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in AskUserQuestionPlus with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.