Skip to main content

MCP Get Prompt Node

MCP Get Prompt Node Screenshot

Overview

The Model Context Protocol (MCP) enables communication with MCP-compliant servers through either HTTP or Stdio transports.

The MCP Get Prompt Node enables the ability to fetch a prompt from an MCP server using the prompts/get request method. MCP Prompts.

For all communication purposes the MCP Get Prompt Node follows the precedent of the MCP Discovery Node.

Please refer to the MCP Discovery Node for all MCP communication configuration details.

This page is dedicated to MCP Get Prompt Node specific details only.

Inputs

TitleData TypeDescriptionDefault ValueNotes
NamestringThe name for the MCP Client instancemcp-get-prompt-clientStandard required parameter for an MCP Client
VersionstringThe version for the MCP Client instance1.0.0Standard required parameter for an MCP Client
Server URL (HTTP)stringThe endpoint URL for the MCP serverNoneOnly available when using HTTP mode with Server URL Input enabled
Prompt NamestringThe name for the prompt to get from the serverNoneThe string should match the prompt name retrived from the server
Prompt ArgumentsobjectThe arguments for the prompt to get from the serverNoneThe arguments should be a JSON parsable and correct shape based on the MCP schema

See Also