workflows.fit
Back to n8n workflows
n8n templateFreeBy Davide Boizza

Search the web with MCP-based Brave Search Engine on Telegram

This workflow enables users to perform web searches directly from Telegram using the Brave search engine. By simply sending the command /brave followed by a query, the workflow retrieves search results from Brave and ...

CommunicationHITLDevelopmentCore NodesN8n-nodes-mcp.mcp ClientCodeTelegramTelegram Trigger
Loading interactive preview...

Template notes

This workflow enables users to perform web searches directly from Telegram using the Brave search engine. By simply sending the command /brave followed by a query, the workflow retrieves search results from Brave and returns them as a Telegram message.

This workflow is ideal for users who want a quick and private way to search the web without switching between apps. 🚀

This workflow is a powerful tool for automating interactions with Brave tools through Telegram, providing users with quick and easy access to information directly in their chat.

Below is a breakdown of the workflow:

---

1. How It Works The workflow is designed to process user queries from Telegram, execute a Brave tool via the MCP Client, and send the results back to the user. Here's how it works:

1. Telegram Trigger: - The workflow starts with the Telegram Trigger node, which listens for new messages in a Telegram chat. - When a message is received, the workflow checks if it starts with the command /brave.

2. Filter Messages: - The If node filters messages that start with /brave. If the message doesn't start with /brave, the workflow stops.