From d035d71ba82cf8004a54112b6b73adc76561ae21 Mon Sep 17 00:00:00 2001 From: Tobias Lante Date: Mon, 23 Feb 2026 07:30:39 +0100 Subject: [PATCH] Add node-red-contrib-mcp to clients list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MCP client nodes for Node-RED — the popular low-code platform for industrial automation and IoT (4M+ installations). Includes: mcp-tool-call, mcp-tool-list, mcp-resource-read, llm-call, and an autonomous ai-agent node (LLM + MCP tool loop). - npm: https://www.npmjs.com/package/node-red-contrib-mcp - GitHub: https://github.com/BavarianAnalyst/node-red-contrib-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d25fe6899..79ccc2b125 100644 --- a/README.md +++ b/README.md @@ -1502,6 +1502,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[MCP-Agent](https://github.com/lastmile-ai/mcp-agent)** - A simple, composable framework to build agents using Model Context Protocol by **[LastMile AI](https://www.lastmileai.dev)** * **[Spring AI MCP Client](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html)** - Provides auto-configuration for MCP client functionality in Spring Boot applications. * **[MCP CLI Client](https://github.com/vincent-pli/mcp-cli-host)** - A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP). +* **[node-red-contrib-mcp](https://github.com/BavarianAnalyst/node-red-contrib-mcp)** - MCP client nodes for [Node-RED](https://nodered.org). Includes tool calling, resource reading, LLM integration, and an autonomous AI agent node. Available on [npm](https://www.npmjs.com/package/node-red-contrib-mcp). * **[OpenMCP Client](https://github.com/LSTM-Kirigaya/openmcp-client/)** - An all-in-one vscode/trae/cursor plugin for MCP server debugging. [Document](https://kirigaya.cn/openmcp/) & [OpenMCP SDK](https://kirigaya.cn/openmcp/sdk-tutorial/). * **[PHP MCP Client](https://github.com/php-mcp/client)** - Core PHP implementation for the Model Context Protocol (MCP) Client * **[Runbear](https://runbear.io/solutions/integrations/slack/mcp)** - No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.