Performs web searches using DuckDuckGo and returns a list of results, formatted for use within an MCP client.
Ez Web Search enables web search functionality within Model Context Protocol (MCP) clients. Leveraging DuckDuckGo's HTML interface, it retrieves search results based on a given query and returns a list of titles, URLs, and descriptions. Designed to be launched by an MCP client like `mcphub.nvim`, it seamlessly integrates web search capabilities into your workflow, enhancing the context and capabilities of your MCP environment.
Key Features
010 GitHub stars
02Performs web searches via DuckDuckGo's HTML interface.
03Returns a list of search results including title, URL, and description.
04Configurable limit for the number of results.
05Designed to be launched by an MCP client via stdio
06Written in Typescript
Use Cases
01Enhance LLM workflows with real-time information
02Integrate web search into MCP-driven workflows.
03Retrieve contextually relevant information based on user queries.