.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ttommyth/interactive-mcp
home/mcp-servers/ttommyth/interactive-mcp
ttommyth avatar

interactive-mcp

byttommyth· 1 MCP server

Stars

352

Forks

30

Category

AI Agents & MCP

View on GitHub

TL;DR

A MCP Server implemented in Node.js/TypeScript, facilitating interactive communication between LLMs and users. Note: This server is designed to run locally alongside the MCP client (e.g., Claude Desktop, VS Code), as it needs direct access to the user's operating system to di

How to install interactive-mcp?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install interactive-mcp by running `git clone https://github.com/ttommyth/interactive-mcp`, then use it for the current task and follow its documentation at https://github.com/ttommyth/interactive-mcp.

Files · 1

View on GitHub
README.md
1# interactive-mcp
2 
3[![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/interactive-mcp)](https://www.npmjs.com/package/interactive-mcp) [![smithery badge](https://smithery.ai/badge/@ttommyth/interactive-mcp)](https://smithery.ai/server/@ttommyth/interactive-mcp) [![GitHub license](https://img.shields.io/github/license/ttommyth/interactive-mcp)](https://github.com/ttommyth/interactive-mcp/blob/main/LICENSE) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Platforms](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue)](https://github.com/ttommyth/interactive-mcp) [![GitHub last commit](https://img.shields.io/github/last-commit/ttommyth/interactive-mcp)](https://github.com/ttommyth/interactive-mcp/commits/main)
4 
5[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=interactive&config=eyJjb21tYW5kIjoibnB4IC15IGludGVyYWN0aXZlLW1jcCJ9)
6 
7![Screenshot 2025-05-13 213745](https://github.com/user-attachments/assets/40208534-5910-4eb2-bfbc-58f7d93aec95)
8 
9A MCP Server implemented in Node.js/TypeScript, facilitating interactive communication between LLMs and users. **Note:** This server is designed to run locally alongside the MCP client (e.g., Claude Desktop, VS Code), as it needs direct access to the user's operating system to display notifications and command-line prompts.
10 
11_(Note: This project is in its early stages.)_
12 
13**Want a quick overview?** Check out the introductory blog post: [Stop Your AI Assistant From Guessing — Introducing interactive-mcp](https://medium.com/@ttommyth/stop-your-ai-assistant-from-guessing-introducing-interactive-mcp-b42ac6d9b0e2)
14 
15[Demo Video](https://youtu.be/ebwDZdfgSHo)
16 
17<div align="center">
18<a href="https://glama.ai/mcp/servers/@ttommyth/interactive-mcp">
19 <img width="380" height="200" src="https://glama.ai/mcp/servers/@ttommyth/interactive-mcp/badge" alt="interactive-mcp MCP server" />
20</a>
21</div>
22 
23## Tools
24 
25This server exposes the following tools via the Model Context Protocol (MCP):
26 
27- `request_user_input`: Asks the user a question and returns their answer. Can display predefined options.
28- `message_complete_notification`: Sends a simple OS notification.
29- `start_intensive_chat`: Initiates a persistent command-line chat session.
30- `ask_intensive_chat`: Asks a question within an active intensive chat session.
31- `stop_intensive_chat`: Closes an active intensive chat session.
32 
33## Demo
34 
35Here are demonstrations of the interactive features:
36 
37| Normal Question | Completion Notification |
38| :--------------------------------------------------------: | :-----------------------------------------------------------------: |
39| ![Normal Question Demo](./docs/assets/normal-question.gif) | ![Completion Notification Demo](./docs/assets/end-notification.gif) |
40 
41| Intensive Chat Start | Intensive Chat End |
42| :------------------------------------------------------------------: | :--------------------------------------------------------------: |
43| ![Start Intensive Chat Demo](./docs/assets/start-intensive-chat.gif) | ![End Intensive Chat Demo](./docs/assets/end-intensive-chat.gif) |
44 
45## Usage Scenarios
46 
47This server is ideal for scenarios where an LLM needs to interact directly with the user on their local machine, such as:
48 
49- Interactive setup or configuration processes.
50- Gathering feedback during code generation or modification.
51- Clarifying instructions or confirming actions in pair programming.
52- Any workflow requiring user input or confirmation during LLM operation.
53 
54## Client Configuration
55 
56This section explains how to configure MCP clients to use the `inte

Preview

ttommyth/interactive-mcpttommyth/interactive-mcp

# interactive-mcp

[![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

[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=interactive&config=eyJjb21tYW5kIjoibnB4IC15IGludGV

![Screenshot 2025-05-13 213745](https://github.com/user-attachments/assets/40208534-5910-4eb2-bfbc-58f7d93aec95)

Repottommyth/interactive-mcp
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedNov 2025
LicenseMIT
First seenJul 27, 2026

Tags

MCPmcpmcp-server

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k