eyalzh/browser-control-mcp
Overview
An MCP server paired with a browser extension that enables LLM clients to control the user's Firefox browser.
Capabilities
- • tool call interface
- • github integration
- • mcp client integration
- • workflow automation support
Best For
Control Firefox via LLM clients using this MCP server and browser extension.
Decision Snapshot
Usage
available
Config
1 strong hints
Capabilities
4 key capabilities detected
- • GitHub stars: 267
- • Forks: 59
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/17/2026
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"browser-control-mcp": {
"command": "node"
}
}
}Usage
{ && "mcpServers": { && "browser-control": { && "command": "node",Features
- • Open or close tabs
- • Get the list of opened tabs
- • Create tab groups with name and color
- • Reorder opened tabs
- • Read and search the browser's history
- • Read a webpage's text content and links (requires user consent)
- • Find and highlight text in a browser tab (requires user consent)
- • tool call interface
Use Cases
- • Supports capabilities such as: tool call interface; github integration; mcp client integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • tool call interface
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "browser-control": { && "command": "node",
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Parser coverage score: 0.95
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
ofershap/real-browser-mcp
An MCP server with a Chrome extension that enables AI agents to control the user's real browser, utilizing existing sessions, logins, and cookies without headless browsers or re-authentication.
co-browser/browser-use-mcp-server
An MCP server for browser-use with SSE transport, including a Dockerfile to run Chromium in Docker and a VNC server.
microsoft/playwright-mcp
Official Microsoft Playwright MCP server enabling LLMs to interact with web pages through structured accessibility snapshots.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.