Prompt for User Input MCP Server
Enables AI models to prompt users for input directly within their code editor for interactive conversations.
Prompt for User Input MCP Server
A Model Context Protocol (MCP) server that enables AI models to prompt users for input directly through their code editor. This creates an interactive experience where AI assistants can ask questions, request clarification, or gather information from users in real time during conversations.
Suggested System Prompt
IMPORTANT: Do not finish responding until explicitly told to do so; instead, always use the MCP `prompt_for_user_input`. If you feel stuck, are experiencing issues, have a question, or have finished the work, always communicate with the user using this MCP. The prompts you give the user must be simple. It's fine if they contain a lot of information, but they must not be in Markdown since it will not render properly. The prompts should be written almost entirely in prose.
Command
Run the server:
uv run uvicorn mcp_server:app --port 4444
Environment Variables
Both the MCP server and the Cursor MCP configuration require the following environment variable:
PROMPT_FOR_USER_INPUT_MCP_AUTH_TOKEN=<your-authentication-token>
संबंधित सर्वर
RabbitMQ MCP Server
Interact with queues and topics on a RabbitMQ instance.
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.
Reddit
Interact with Reddit by posting comments and searching for posts.
Coreflux MQTT MCP Server
An MCP server that connects to a Coreflux MQTT broker, providing Coreflux and MQTT actions as tools for AI assistants.
Slack MCP Server
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
MCP TTS VOICEVOX
A Text-to-Speech server that integrates with an external VOICEVOX engine.
NATS
An MCP server for integrating with the NATS messaging system.
MultiMail
Email for AI agents. Send and receive as markdown with human oversight.
Confluence
Interact with Confluence to execute CQL queries, retrieve page content, and update pages.
Telegram MCP Server
Connect to your Telegram account to read and send messages.