Nodes/OpenAI Compatible LLM/MCP Tavily Remote Tool
ComfyUI Node

MCP Tavily Remote Tool

Preset for Tavily's official Remote MCP server. Requires a Tavily API key environment variable.

By godmt·Created 2 months ago·Updated about a month ago· 2
MCP Tavily Remote Tool
    • mcp_tool
    tavily_api_key_envTAVILY_API_KEY
    auth_modequery_param
    allowed_toolstavily_search
    default_parameters_json
    CategoryLLM/OpenAI Compatible/MCP

    Inputs (4)

    NameTypeDefaultDescription
    tavily_api_key_envSTRINGTAVILY_API_KEYEnvironment variable containing your Tavily API key.
    auth_modeCOMBOquery_paramauthorization_header sends Authorization: Bearer ... in tool headers. query_param appends ?tavilyApiKey=... and is a fallback for Tavily setups that require URL query auth.
    allowed_toolsSTRINGtavily_searchTavily tool allowlist. Common names include tavily_search, tavily_extract, tavily_map, and tavily_crawl. Leave empty to expose all.
    default_parameters_jsonoptSTRINGOptional Tavily default parameters header. This is sent as the DEFAULT_PARAMETERS MCP header when provided.

    Outputs (1)

    NameTypeDescription
    mcp_toolMCP_TOOLA Tavily Remote MCP tool definition. Connect to MCP Tools Stack, then to OpenAI Compatible LLM.