ブラウザ-MCP
使用しているブラウザと対話できるようにするブラウザ拡張機能と MCP サーバー。
使用法
ツール
利用可能なすべてのツールはserver/src/tools.ts
にリストされています。
get_current_page_markdown
現在のブラウザの閲覧ページからマークダウンを取得します。
例:
append_style
現在のブラウザの閲覧ページに CSS スタイルを追加します。
例:
history_search
ブラウザの履歴を検索します。
例:
ロードマップ
[ ] 拡張機能を拡張機能ストアに公開します。
[ ] ドキュメントを書く。
[ ] ツールを追加します。
建てる
拡大
ビルド後、拡張機能はextension/.output
ディレクトリに保存されます。
サーバ
server/dist/cli.js
は MCP サーバー エントリです。
貢献
新しいツールを追加する
server/src/tools.ts
のtools
配列にツール スキーマを追加します。extension/calls.ts
に拡張機能呼び出し可能ハンドラーを追加します。server/src/tools.ts
にツールハンドラーを追加します。call 関数call
使用して拡張ハンドラーを呼び出します。
ライセンス
AGPL-3.0以降
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
ページ コンテンツをマークダウンとして取得したり、ページ スタイルを変更したり、ブラウザー履歴を検索したりするなど、AI アシスタントがブラウザーと対話できるようにする MCP サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.Last updated -251Apache 2.0
- -securityFlicense-qualityMCP server that enables AI assistants to perform SEO automation tasks including keyword research, SERP analysis, and competitor analysis through Google Ads API integration.Last updated -1
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -742MIT License
- AsecurityFlicenseAqualityAn MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.Last updated -819