BrowserTools
Createdchikingsley
Enables AI-powered applications to monitor and interact with browser data through a Chrome extension via the Model Context Protocol (MCP).
About
BrowserTools enhances AI tools by enabling them to capture and analyze browser data through a Chrome extension, facilitated by Anthropic's Model Context Protocol (MCP). It comprises a Chrome extension for data capture, a Node server for communication, and an MCP server for AI client interaction. All logs are stored locally, ensuring data privacy. This setup allows MCP clients to monitor browser activity, capture screenshots, and analyze DOM elements directly within compatible IDEs like Cursor.
Key Features
- Captures screenshots of the browser.
- Allows analysis of selected DOM elements.
- Facilitates communication between a Chrome extension and an MCP server.
- Truncates logs and removes sensitive data to avoid token limits.
- 3 GitHub stars
- Monitors browser console output and network traffic.
Use Cases
- Integrating browser monitoring into AI-powered development workflows.
- Enhancing AI agent awareness of web-based information.
- Debugging and analyzing web applications within MCP-compatible IDEs.