Enables interactive LLM workflows by adding local user prompts and chat functionality directly into the MCP loop, enhancing the interactivity of MCP servers.
Loading more......
A specialized MCP server providing LLM enhancement prompts and jailbreaks with dynamic schema adaptation, designed to augment AI capabilities via the MCP protocol.
Enables integration of DeepSeek's language models with MCP-compatible applications, providing AI-powered chat completions, custom model selection, and parameter control, making it a powerful MCP server for language-based tasks.
A Python-based MCP server for querying OpenAI models directly from Claude or other clients using the Model Context Protocol.
An MCP server for integrating Raindrop.io bookmarks with LLMs using the Model Context Protocol.
A Model Context Protocol (MCP) server that enhances AI-generated content to sound more natural and human-like, with features like AI detection and text refinement. Highly relevant as an example of an advanced MCP server implementation.
An MCP-compliant server that generates images from text prompts using Replicate's model, demonstrating extensibility and protocol adherence in the MCP server ecosystem.
Description:
interactive-mcp is a local, cross-platform MCP (Model Context Protocol) server implemented in Node.js/TypeScript. It enables interactive LLM workflows by providing tools for user prompts, chat functionality, and notifications directly within the MCP loop. This server is designed to run locally alongside MCP clients (such as Claude Desktop, VS Code), requiring access to the user's operating system for notifications and command-line prompts.
Source: https://github.com/ttommyth/interactive-mcp
Category: ai-integration-mcp-servers
Tags: interactive, chat, llm-integration, mcp, open-source
request_user_input: Asks the user a question and returns their answer. Supports predefined options.message_complete_notification: Sends simple notifications to the user's operating system.start_intensive_chat: Initiates a persistent command-line chat session.ask_intensive_chat: Allows asking questions within an active chat session.stop_intensive_chat: Closes an active chat session.| Option | Alias | Description | |---------------------|-------|-----------------------------------------------------------------------------| | --timeout | -t | Sets the default timeout (in seconds) for user input prompts (default: 30s). | | --disable-tools | -d | Disables specific tools/groups (comma-separated list). |
MIT License
interactive-mcp is open source and free to use under the MIT License.