Browser Control MCP
ブラウザコントロールMCP
Claude Desktop などの LLM クライアントがユーザーのローカル ブラウザー (Firefox) を制御できるようにするブラウザー拡張機能とペアになった MCP サーバー。
特徴
MCP サーバーは次のツールをサポートしています。
タブを開くまたは閉じる
開いているタブのリストを取得する
開いているタブを並べ替える
ブラウザの履歴を読み取って検索する
ウェブページのテキストコンテンツとリンクを読む
ブラウザタブ内のテキストを検索して強調表示する
さらに、ブラウザで開かれた各タブの内容は MCP リソースとして使用できるため、ユーザーは MCP クライアント自体 (Claude など) でブラウザ タブを選択し、そのコンテンツをコンテキストに読み込むことができます。
Related MCP server: ruyipage-mcp
使用例:
タブ管理
「ブラウザ内の仕事に関係のないタブをすべて閉じます。」
「ブラウザ内のタブを意味のある順序に並べ替えます。」
「過去24時間以内にアクセスされていないブラウザのタブをすべて閉じる」
ブラウザ履歴検索
「ニュージーランドのミルフォードトラックに関する記事をブラウザ履歴から見つけるのを手伝ってください。」
「先週アクセスした AI に関するすべての記事を、重複を避けながら最大 10 件まで開きます。」
閲覧と調査
「ブラウザでハッカーニュースを開いて、トップ記事を読んで、コメントも読んでみてください。コメントは記事の内容に合っていますか?」
「ブラウザでGoogle Scholarを使って、過去3年間のL-テアニンに関する論文を検索してください。最も引用されている3つの論文を開いてください。それらを読んで要約してください。」
「ブラウザでGoogle検索を使って花屋を探してください。最も関連性の高い10件の結果を開いてください。各花屋の所在地と営業時間を記載した表を表示してください。」
インストール
このリポジトリをクローンし、メイン リポジトリ ディレクトリで次のコマンドを実行して、MCP サーバーとブラウザー拡張機能の両方をビルドします。
npm install
npm install --prefix mcp-server
npm install --prefix firefox-extension
npm run build最後のnpm run buildコマンドは、MCP サーバーと拡張機能間の共有シークレットも生成します。
Claude Desktop での使用:
次の構成をclaude_desktop_config.jsonに追加します (Claude Desktop Developer 設定の [構成の編集] ボタンを使用します)。
{
"mcpServers": {
"browser-control": {
"command": "node",
"args": [
"<path to repo>/mcp-server/dist/server.js"
]
}
}
}<path to repo>正しいパスに置き換えます。
必ずClaude Desktopを再起動してください。
Firefoxでの使用
browser-control-mcp 拡張機能は Firefox 用に開発されました。
拡張機能をインストールするには:
FirefoxのURLバーに
about:debugging「このFirefox」をクリック
「一時的なアドオンを読み込む...」をクリックします
このプロジェクトの
firefox-extensionフォルダの下にあるmanifest.jsonファイルを選択します。
個人の Firefox ブラウザで拡張機能を実行したくない場合は、別の Firefox インスタンス ( https://www.mozilla.org/en-US/firefox/developer/で入手可能な Firefox Developer Edition など) をダウンロードすることもできます。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables LLM applications to control web browsers via Browserbase, supporting features like web navigation, screenshots, cookie management, and persistent contexts.175,333Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that exposes Firefox browser automation capabilities through the Model Context Protocol, enabling AI assistants to control web browsers for navigation, interaction, and data collection tasks.4BSD 3-Clause

agentify-desktopofficial
AlicenseNot gradedqualityBmaintenanceMCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.44546Mozilla Public 2.0- AlicenseBqualityDmaintenanceAn MCP server that provides browser automation capabilities, enabling LLMs to control a web browser for navigation, interaction, and data extraction.3223213MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyalzh/browser-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server