Interactive is an open-source MCP (Model Context Protocol) server implemented in Node.js/TypeScript, designed to facilitate interactive communication between large language models (LLMs) and users on their local machines. It is ideal for use cases where LLMs need to prompt users for input, display notifications, or engage in persistent chat sessions, such as during configuration, code generation, or pair programming. The server exposes a set of tools via MCP—for user questions, OS notifications, and interactive command-line chats—and is intended to run locally with clients like Claude Desktop or VS Code.
Visit Interactive's official website for product details and getting started.