Node-RED MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 11 tools to Add Flow, Delete Flow, Get Diagnostics, and more
The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Node-RED through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.
Ask AI about this MCP Server for Vercel AI SDK
The Node-RED MCP Server for Vercel AI SDK is a standout in the Loved By Devs category — giving your AI agent 11 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";
async function main() {
const mcpClient = await createMCPClient({
transport: {
type: "http",
// Your Vinkius token. get it at cloud.vinkius.com
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
});
try {
const tools = await mcpClient.tools();
const { text } = await generateText({
model: openai("gpt-4o"),
tools,
prompt: "Using Node-RED, list all available capabilities.",
});
console.log(text);
} finally {
await mcpClient.close();
}
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Node-RED MCP Server
Connect your Node-RED instance to any AI agent to orchestrate your event-driven applications and IoT workflows through natural language.
The Vercel AI SDK gives every Node-RED tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 11 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.
What you can do
- Flow Management — Retrieve, create, update, or delete entire flow configurations and individual tabs using
get_flows,add_flow, anddelete_flow. - Node Operations — List all installed node modules and dynamically install or remove npm packages with
install_nodeandremove_node. - System Diagnostics — Monitor runtime health, including OS details, Node.js version, and memory usage via
get_diagnostics. - Configuration Control — Fetch runtime settings and user information to understand your environment's constraints.
The Node-RED MCP Server exposes 11 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 11 Node-RED tools available for Vercel AI SDK
When Vercel AI SDK connects to Node-RED through Vinkius, your AI agent gets direct access to every tool listed below — spanning low-code, event-driven, workflow-automation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add flow on Node-RED
Add a new flow to the configuration
Delete flow on Node-RED
Delete an individual flow
Get diagnostics on Node-RED
js, and memory usage. Get Node-RED system diagnostics
Get flow on Node-RED
Get an individual flow (tab) configuration
Get flows on Node-RED
Get active flow configuration
Get nodes on Node-RED
Get list of installed nodes
Get settings on Node-RED
Get Node-RED runtime settings
Install node on Node-RED
Install a new node module
Remove node on Node-RED
Remove a node module
Set flows on Node-RED
Set active flow configuration
Update flow on Node-RED
Update an individual flow
Connect Node-RED to Vercel AI SDK via MCP
Follow these steps to wire Node-RED into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @ai-sdk/mcp ai @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the script
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Vercel AI SDK with the Node-RED MCP Server
Vercel AI SDK provides unique advantages when paired with Node-RED through the Model Context Protocol.
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Node-RED integration everywhere
Built-in streaming UI primitives let you display Node-RED tool results progressively in React, Svelte, or Vue components
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
Node-RED + Vercel AI SDK Use Cases
Practical scenarios where Vercel AI SDK combined with the Node-RED MCP Server delivers measurable value.
AI-powered web apps: build dashboards that query Node-RED in real-time and stream results to the UI with zero loading states
API backends: create serverless endpoints that orchestrate Node-RED tools and return structured JSON responses to any frontend
Chatbots with tool use: embed Node-RED capabilities into conversational interfaces with streaming responses and tool call visibility
Internal tools: build admin panels where team members interact with Node-RED through natural language queries
Example Prompts for Node-RED in Vercel AI SDK
Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Node-RED immediately.
"Show me all active flows in my Node-RED instance."
"Check the system diagnostics and memory usage."
"Install the 'node-red-node-email' module."
Troubleshooting Node-RED MCP Server with Vercel AI SDK
Common issues when connecting Node-RED to Vercel AI SDK through Vinkius, and how to resolve them.
createMCPClient is not a function
npm install @ai-sdk/mcpNode-RED + Vercel AI SDK FAQ
Common questions about integrating Node-RED MCP Server with Vercel AI SDK.
How does the Vercel AI SDK connect to MCP servers?
createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.Can I use MCP tools in Edge Functions?
Does it support streaming tool results?
useChat and streamText that handle tool calls and display results progressively in the UI.Explore More MCP Servers
View all →
Fera.ai
12 toolsManage reviews and social proof via Fera.ai — list customer feedback, track product ratings, and monitor UGC directly through your AI agent.

Later (Social Media Management)
10 toolsManage social media via Later — schedule posts, access your media library, and analyze profile performance.

Equixly
10 toolsAutomate API security testing via Equixly — manage target services, trigger autonomous AI pentests, and audit vulnerability findings directly from any AI agent.

Faker Data Generator
1 toolsGenerate realistic fake data in seconds — names, emails, addresses, credit cards, companies, and more. 60+ locales including Brazilian Portuguese. The most complete data generator in the ecosystem, with 5M+ weekly downloads.
