Skip to content

Interactive

Free

by MCP Community

[![npm version](https://img.shields.io/npm/v/interactive-mcp)](https://www.npmjs.com/package/interactive-mcp) [![npm downloads](https://img.shields.io/npm/dm/in

v1.10.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Interactive MCP Server

npm version [![npm downloads](https://img.shields.io/npm/dm/in

Installation

npx -y interactive-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y interactive-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "interactive": {
      "command": "npx",
      "args": ["-y", "interactive-mcp"]
    }
  }
}