Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ask Question MCP AppAsk the user which features they want to include in their new project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ask Question MCP App
An MCP App that provides an interactive UI for asking questions with various input types.
Features
Text Input: Free-form text area for open-ended questions
Single Select: Choose one option from a list
Multi-Select: Choose multiple options with checkboxes
Confirm: Simple Yes/No confirmation dialog
Installation
Usage
The MCP server exposes a single tool ask_question with the following parameters:
Parameter | Type | Required | Description |
| string | Yes | The question to display |
| enum | Yes |
|
| array | No | Options for select/multiselect (each with |
| string | No | Placeholder text for text input |
Examples
Text Input:
Single Select:
Multi-Select:
Confirmation:
VS Code Configuration
Add to your .vscode/mcp.json:
Development
License
MIT