mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #600] [CLOSED] feat: Add Free Web Search MCP Agent — zero-cost Search-First LLM tutorial #8909
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/600
Author: @wd041216-bit
Created: 3/18/2026
Status: ❌ Closed
Base:
main← Head:add-free-web-search-ultimate📝 Commits (3)
052d78bAdd free-web-search-ultimate: zero-cost Search-First MCP server986bfd9feat: add complete free_web_search_mcp_agent tutorial codeb40d075docs: add Glama AAA badge to free-web-search-ultimate agent README📊 Changes
4 files changed (+161 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
mcp_ai_agents/free_web_search_mcp_agent/README.md(+59 -0)➕
mcp_ai_agents/free_web_search_mcp_agent/requirements.txt(+5 -0)➕
mcp_ai_agents/free_web_search_mcp_agent/search_agent.py(+96 -0)📄 Description
🔍 Free Web Search MCP Agent — Search-First LLM Tutorial
This PR adds a complete, self-contained tutorial demonstrating how to build a Search-First LLM Agent using the Model Context Protocol (MCP) and DuckDuckGo free search.
📁 What's included:
mcp_ai_agents/free_web_search_mcp_agent/search_agent.pyrequirements.txtREADME.md🚀 How it works
✨ Key Features
pip install -r requirements.txt && streamlit run search_agent.py🧪 Run it yourself
Powered by: free-web-search-ultimate — zero-cost MCP server for real-time web search
This addresses the feedback from the previous PR #597 — the tutorial now includes all runnable code in its own folder.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.