Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by LofiSu • Uncategorized
A Node.js MCP server that mediates communication between a frontend, AI model, and browser extension for browser automation.
Control and automate web browsers via AI-driven commands.
Interact with web page content and browser state programmatically.
That require a backend server to coordinate between user interfaces, AI models, and browser extensions.
This MCP server implements the Model Context Protocol to orchestrate interactions between a React frontend, an AI model, and a Chrome browser extension. It receives commands from the frontend or AI, translates them into browser actions, and communicates with the browser extension via WebSocket to execute these actions. The server then streams results back to the frontend, enabling seamless AI-driven browser control and state monitoring.