Submit

User Prompt MCP

@nazar256

a year ago
A Model Context Protocol (MCP) server for Cursor that enables requesting user input during generation
Overview

what is User Prompt MCP?

User Prompt MCP is a Model Context Protocol (MCP) server designed for Cursor, enabling the AI to request user input during the generation process without terminating it. This enhances interactivity between the AI model and the user.

how to use User Prompt MCP?

To use User Prompt MCP, install it from source and configure it within the Cursor settings by adding it as an MCP server. The AI will then be able to prompt for additional user input as needed.

key features of User Prompt MCP?

  • User Input Prompting: Allows the AI to ask for more information during generation.
  • Simple GUI: Presents input prompts in a dialog box with text wrapping.
  • Cross-Platform: Compatible with both Linux and macOS.
  • Stdio Transport: Integrates with Cursor via standard input/output.

use cases of User Prompt MCP?

  1. Enhancing AI interactions by allowing real-time user feedback.
  2. Improving the quality of generated content by requesting clarifications.
  3. Facilitating a more dynamic user experience in AI applications.

FAQ from User Prompt MCP?

  • What is the purpose of User Prompt MCP?

It allows AI models to interactively request user input during generation, improving the overall experience.

  • Is User Prompt MCP free to use?

Yes! User Prompt MCP is open-source and free to use under the MIT license.

  • What are the system requirements?

You need Go 1.18 or higher, and for GUI functionality, zenity for Linux or osascript for macOS.

Server Config

{
  "mcpServers": {
    "ask": {
      "command": "~/.local/bin/user-prompt-mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.