MCP Client with Brave and Telegram

MCP Client with Brave and Telegram enables users to perform web searches directly from Telegram by sending the command /brave followed by a query. This automated workflow retrieves and returns search results from the Brave search engine, providing quick access to information within chat.

7/8/2025
14 nodes
Complex
manualcomplexmcpclienttelegramtelegramtriggersticky noteadvancedcommunicationbotlogicconditional
Categories:
Communication & MessagingComplex WorkflowManual Triggered
Integrations:
McpClientTelegramTelegramTriggerSticky Note

Target Audience

This workflow is ideal for:
- Developers looking to automate interactions with the Brave search engine via Telegram.
- Businesses that want to provide quick access to information for their customers through a chat interface.
- Telegram Bot Creators who seek to enhance their bots with search functionalities.
- Tech Enthusiasts interested in integrating various APIs for improved communication and data retrieval.

Problem Solved

This workflow addresses the challenge of retrieving search results from the Brave search engine directly within Telegram. Users can simply send a command with a query, and the workflow will process the request, execute the search, and return the results, thus eliminating the need to switch between applications.

Workflow Steps

  • Trigger: The workflow is manually triggered by a message received in Telegram.
    2. Message Processing: The message text is extracted and checked to see if it starts with the command /brave.
    3. Query Cleaning: If the command is present, the workflow cleans the query by removing the /brave prefix.
    4. List Brave Tools: The workflow retrieves available tools from the MCP Client to determine which tool to use for the search.
    5. Execute Search: The selected tool is executed with the cleaned query, and the search results are obtained.
    6. Send Results: Finally, the results are sent back to the user in the Telegram chat with the appropriate formatting.
  • Customization Guide

    Users can customize this workflow by:
    - Modifying Commands: Change the /brave command to any other command as per the requirement.
    - Updating Tool Parameters: Adjust the parameters in the Exec Brave tool node to change the search behavior or refine the query.
    - Adding More Tools: Expand the list of Brave tools by integrating additional tools or APIs as needed.
    - Changing Message Formatting: Customize the message formatting in the Send message node to match the desired style or branding.