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(7)
open_tabs
Open a new tab in the browser. Parameters: url (string)
close_tabs
Close specified tabs in the browser. Parameters: tab_ids (array of strings)
get_opened_tabs
Retrieve the list of currently opened tabs in the browser.
reorder_tabs
Reorder the opened tabs in the browser. Parameters: new_order (array of strings)
read_browser_history
Read and search the browser's history. Parameters: query (string)
read_webpage_content
Read the text content and links of a specified webpage. Parameters: url (string)
find_and_highlight_text
Find and highlight specific text in an opened browser tab. Parameters: text (string), tab_id (string)
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation