Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npm install -gConfig
{
"mcpServers": {
"interactive": {
"command": "npx",
"args": ["-y", "interactive-mcp"]
}
}
}Exposed MCP Tools (5)
request_user_inputAsks the user a question and returns their answer, optionally displaying predefined options.
User input can be manipulated, but the tool itself doesn't directly cause harm.
message_complete_notificationSends a simple OS notification to the user.
Notifications are generally harmless.
start_intensive_chatInitiates a persistent command-line chat session with the user.
Opens a command-line interface, potentially allowing for execution of commands.
ask_intensive_chatAsks a question within an active intensive chat session.
Relies on user input within a command-line context.
stop_intensive_chatCloses an active intensive chat session.
Simply closes a command-line session.
Safety Assessment
This server is relatively safe when used with trusted LLMs that adhere to the guiding principles. However, the ability to execute commands on the local machine introduces a moderate risk if the LLM is compromised or poorly configured. Exercise caution when using with untrusted LLMs.
- Requires local execution, limiting external exposure.
- User interaction is required for most actions.
- No inherent network access or data exfiltration capabilities.
- Clear guiding principles for interaction are provided.
- Executes commands on the user's local machine.
- Relies on user input, which could be malicious.
- Improperly configured LLMs could lead to unintended actions.
- Lack of built-in sandboxing for command execution.
