ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Node-RED with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Node-RED flows, nodes, and system diagnostics directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete Node-RED capability set.

These are the exact actions your AI can choose when you ask it to work with Node-RED.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Node-RED.

  1. 01

    Get nodes

    Get list of installed nodes

  2. 02

    Remove node

    Remove a node module

  3. 03

    Set flows

    Set active flow configuration

  4. 04

    Get diagnostics

    Js, and memory usage. Get Node-RED system diagnostics

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Node-RED.

  1. 05

    Get flow

    Get an individual flow (tab) configuration

  2. 06

    Get flows

    Get active flow configuration

  3. 07

    Get settings

    Get Node-RED runtime settings

  4. 08

    Install node

    Install a new node module

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Node-RED.

  1. 09

    Update flow

    Update an individual flow

  2. 10

    Add flow

    Add a new flow to the configuration

  3. 11

    Delete flow

    Delete an individual flow

Observed, not estimated

859ms average. Fast in production.

Node-RED is checked daily against the live service.

Daily averagePeak 1041ms
Aug 20Today
Fastest day
722ms
Slowest day
1041ms
14-day trend
Slowing+34%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Node-RED, so you can see the experience inside your AI.

It does not authenticate your account with Node-RED. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Node-RED Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_eUM0NzEFChIwjVZZEypCDQUUJJ4ngVzPtB8M70nY/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Node-RED capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "node-red-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_eUM0NzEFChIwjVZZEypCDQUUJJ4ngVzPtB8M70nY/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Node-RED owners ask.

  • 01

    Can I install new nodes from npm using this server?

    Yes. Use the install_node capability and provide the npm module name. The server will trigger the installation in your Node-RED instance.

  • 02

    How can I check if my Node-RED server is running out of memory?

    You can run the get_diagnostics capability. It returns real-time system metrics including memory usage, Node.js version, and OS information.

  • 03

    Is it possible to delete a specific flow tab?

    Yes, by using the delete_flow capability with the specific Flow ID. Be careful, as this action will permanently remove that flow configuration.