Back to Apps

User Prompt MCP
by nazar256
Enable AI models in Cursor to request user input via interactive dialog boxes during generation.
0 stars
Works in:Cursor
Exposes:Tools
What it does
User Prompt MCP allows an AI model (specifically within Cursor) to pause its generation and request additional information from the user via a native GUI dialog box. Instead of the AI guessing or ending the response, it can explicitly ask for clarification or missing data and then resume generation once the user provides the input.
Tools
input_user_prompt: Displays a dialog box to the user and returns the entered text to the AI.
Installation
Add the following to your Cursor MCP settings:
{
"mcpServers": {
"prompt": {
"command": "user-prompt-mcp"
}
}
}
Supported hosts
- Cursor
Quick install
curl -sSL https://raw.githubusercontent.com/nazar256/user-prompt-mcp/main/install.sh | bashInformation
- Pricing
- free
- Published
- 7/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"prompt": {
"command": "user-prompt-mcp"
}
}
}





