Browser Control
Summary
Browser Control MCP is a server paired with a Firefox extension that enables AI assistants to control the user's browser. Developed by eyalzh, it provides tools for tab management, history searching, webpage content extraction, and text highlighting. The implementation uses WebSocket communication between a Node.js server and browser extension, with a shared secret for secure messaging. It's particularly useful for scenarios requiring browser automation, research assistance, and content analysis, allowing AI assistants to open tabs, read webpage content, search browser history, and manipulate the browser environment based on user requests.
Available Actions(6)
Open or close tabs
Open a new tab or close an existing tab in the browser.
Get the list of opened tabs
Retrieve a list of all currently opened tabs in the browser.
Reorder opened tabs
Change the order of the tabs that are currently open in the browser.
Read and search the browser's history
Access and search through the user's browser history for specific articles or pages.
Read a webpage's text content and links
Extract and read the text content and hyperlinks from a specific webpage.
Find and highlight text in a browser tab
Search for specific text within an open browser tab and highlight it.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation