mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #186] [MERGED] Adding an example of a MCP agent that uses Puppeteer for Browser control #5464
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/186
Author: @AndrewHoh
Created: 4/15/2025
Status: ✅ Merged
Merged: 4/16/2025
Merged by: @Shubhamsaboo
Base:
main← Head:main📝 Commits (8)
81acc0fAdding MCP Browser Agent to README9a91288Creating a README for browesr_mcp_agentda0694dAdding in example of browser mcp agent15aa29dFixing broken link2807000Adding gif to the README00aabd5Fixing context length and simpler web page for appc03db56Updating default OpenAI model11527f6Adding 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.