From 2807000dcab9dadc15830c11aca4ca190c05b4a4 Mon Sep 17 00:00:00 2001 From: Andrew Hoh Date: Tue, 15 Apr 2025 17:27:22 -0400 Subject: [PATCH] Adding gif to the README --- mcp_ai_agents/browser_mcp_agent/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mcp_ai_agents/browser_mcp_agent/README.md b/mcp_ai_agents/browser_mcp_agent/README.md index 72981fe..4863013 100644 --- a/mcp_ai_agents/browser_mcp_agent/README.md +++ b/mcp_ai_agents/browser_mcp_agent/README.md @@ -1,5 +1,7 @@ # 🌐 MCP Browser Agent +![Area](https://github.com/user-attachments/assets/285a6a02-c1a9-4581-b32b-b244f665f648) + A Streamlit application that allows you to browse and interact with websites using natural language commands through the Model Context Protocol (MCP) and [MCP-Agent](https://github.com/lastmile-ai/mcp-agent) with Puppeteer integration. ## Features @@ -47,6 +49,7 @@ A Streamlit application that allows you to browse and interact with websites usi export OPENAI_API_KEY=your-openai-api-key ``` + ### Running the App 1. Start the Streamlit app: