Skip to main content
Other Tools and IntegrationsTypeScript

ttommyth/interactive-mcp

Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.

other-tools-and-integrationslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/ttommyth/interactive-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
ttommyth