[PR #186] [MERGED] Adding an example of a MCP agent that uses Puppeteer for Browser control #12118

Closed
opened 2026-06-20 02:51:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/186
Author: @AndrewHoh
Created: 4/15/2025
Status: Merged
Merged: 4/16/2025
Merged by: @Shubhamsaboo

Base: mainHead: main


📝 Commits (8)

  • 81acc0f Adding MCP Browser Agent to README
  • 9a91288 Creating a README for browesr_mcp_agent
  • da0694d Adding in example of browser mcp agent
  • 15aa29d Fixing broken link
  • 2807000 Adding gif to the README
  • 00aabd5 Fixing context length and simpler web page for app
  • c03db56 Updating default OpenAI model
  • 11527f6 Adding link to MCP-Agent github repo

📊 Changes

6 files changed (+259 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
mcp_ai_agents/browser_mcp_agent/README.md (+90 -0)
mcp_ai_agents/browser_mcp_agent/main.py (+142 -0)
mcp_ai_agents/browser_mcp_agent/mcp_agent.config.yaml (+20 -0)
mcp_ai_agents/browser_mcp_agent/mcp_agent.secrets.yaml.example (+2 -0)
mcp_ai_agents/browser_mcp_agent/requirements.txt (+4 -0)

📄 Description

Adding an example of a MCP agent that uses Puppeteer for Browser control. PR includes:

  • Streamlit app
  • README.md
  • Configuration files

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/186 **Author:** [@AndrewHoh](https://github.com/AndrewHoh) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`81acc0f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/81acc0ff0e9849210d3bf4e4232ac5f26fe08690) Adding MCP Browser Agent to README - [`9a91288`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/9a912880945f69ed6255b583c71684a034827a3d) Creating a README for browesr_mcp_agent - [`da0694d`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/da0694d021e1e92c5307f880662d7c5e07a61c06) Adding in example of browser mcp agent - [`15aa29d`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/15aa29d03d615ec103e5dad9ab52df2c2b8c1968) Fixing broken link - [`2807000`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/2807000dcab9dadc15830c11aca4ca190c05b4a4) Adding gif to the README - [`00aabd5`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/00aabd5afadaec3c55728cac2775ac488cec02a6) Fixing context length and simpler web page for app - [`c03db56`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/c03db56f407accacc82303da5322bdc6210c478b) Updating default OpenAI model - [`11527f6`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/11527f6e5d0d1dac78aaa33498ea754f365df6d2) Adding link to MCP-Agent github repo ### 📊 Changes **6 files changed** (+259 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `mcp_ai_agents/browser_mcp_agent/README.md` (+90 -0) ➕ `mcp_ai_agents/browser_mcp_agent/main.py` (+142 -0) ➕ `mcp_ai_agents/browser_mcp_agent/mcp_agent.config.yaml` (+20 -0) ➕ `mcp_ai_agents/browser_mcp_agent/mcp_agent.secrets.yaml.example` (+2 -0) ➕ `mcp_ai_agents/browser_mcp_agent/requirements.txt` (+4 -0) </details> ### 📄 Description Adding an example of a MCP agent that uses Puppeteer for Browser control. PR includes: - Streamlit app - README.md - Configuration files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-20 02:51:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#12118