Back to MCP Servers
Interactive
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
other-tools-and-integrationsllm
By ttommyth
Installation
npx -y interactive-mcpConfiguration
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": ["-y", "interactive-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes