Help Center

MCP Resource node

Reads resources exposed by MCP servers — documents, records, feeds — with format, encoding and cache options, as data for the flow.

MCP Resource (mcp_resource) fetches data (not actions) from an MCP server: read a document, a record set or any resource the server exposes, and use it downstream.

MCP Resource node

Configuration

Open the node (double-click) to edit it. Key fields:

  • Node ID / Name — the identifier used in variables and the display name on the canvas.
  • Server & resource — what to read.
  • Format/encoding & cache — how to parse and whether to cache.

Inputs & outputs

It emits the resource contents for downstream nodes. Downstream nodes reference its output with {{node_id.field}} — see the variables reference.

Example

MCP Resource (notion.page) → LLM (responde con ese contexto)

See also: MCP nodes · What is MCP?

On this page