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>
İlgili Sunucular
Reddit MCP Server
Interact with the Reddit API to fetch saved posts, search, get comments, and reply.
Beeper
A server for interacting with the Beeper communication network.
Twilio SMS Server
Send SMS messages using the Twilio API. Functions as an MCP server or a standalone REST API.
WeCom Bot
Sends various types of messages to a WeCom (WeChat Work) group robot.
AivisSpeech
A server for text-to-speech generation using the AivisSpeech engine.
ACP-MCP-Server
A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients.
Telegram MCP Server
Interact with a Telegram account using the user client API, allowing AI assistants to manage chats and messages.
Facebook Ads
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
Woodpecker
Manage email campaigns on Woodpecker using natural language.
Instagram
Interact with Instagram Business accounts using the Instagram Graph API.