
Interactive MCP
Supports UIby ttommyth
Enables real-time human-in-the-loop interaction for AI agents via OS notifications and CLI prompts.
What it does
Interactive MCP provides a bridge for AI agents to break out of the chat window and interact directly with the user's operating system. It allows agents to request critical input, send notifications, and start dedicated chat sessions to avoid guessing user intent during complex tasks.
Tools
request_user_input: Asks a question and returns the user's answer, supporting predefined options.message_complete_notification: Sends a native OS notification to alert the user.start_intensive_chat: Launches a persistent CLI chat session for deep collaboration.ask_intensive_chat: Sends a query within an active intensive chat session.stop_intensive_chat: Closes the active intensive chat session.
Installation
Add the following to your claude_desktop_config.json or mcp.json:
{
"mcpServers": {
"interactive": {
"command": "npx",
"args": ["-y", "interactive-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
Quick install
npx -y interactive-mcpInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






