Enables Large Language Models to perform web searches via DuckDuckGo through a minimal, production-ready Model Context Protocol (MCP) server.
Sponsored
The DuckDuckGo Agent provides a streamlined solution for integrating web search capabilities into Large Language Models (LLMs). Built with FastAPI and leveraging Server-Sent Events (SSE), this lightweight MCP server allows LLMs to query DuckDuckGo and receive structured search results without requiring any API keys. It's designed for production environments with a single-file implementation, offering HTTP + SSE streaming that is fully compatible with platforms like LM Studio, making it easy to deploy via Docker or for local development.
主要功能
01No API keys required for operation
02Minimal dependencies for a lean footprint
03Single-file implementation (~324 lines)
04Docker-ready for easy deployment
05HTTP + SSE streaming, compatible with LM Studio
060 GitHub stars
使用案例
01Integrating real-time web search capabilities into Large Language Model applications
02Providing external information retrieval for LLM development environments like LM Studio
03Building LLM agents that require current data from the internet