Back to MCP Servers
🔌

ttommyth/interactive-mcp

MIT

📇 🏠 🍎 🪟 🐧 - Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.

TypeScriptAI & LLMs

Install

npx -y interactive-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ttommyth-interactive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "interactive-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.