Skip to main content
Glama

browser-mcp

by djyde

ブラウザ-MCP

使用しているブラウザと対話できるようにするブラウザ拡張機能と MCP サーバー。

マクピー

jkXeswNy@2倍

使用法

{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@djyde/mcp-browser@latest" ] } } }

ツール

利用可能なすべてのツールはserver/src/tools.tsにリストされています。

get_current_page_markdown

現在のブラウザの閲覧ページからマークダウンを取得します。

例:

Summarize the current page.

append_style

現在のブラウザの閲覧ページに CSS スタイルを追加します。

例:

Change the current page to dark mode.

ブラウザの履歴を検索します。

例:

Search the browser history for "github".

ロードマップ

  • [ ] 拡張機能を拡張機能ストアに公開します。
  • [ ] ドキュメントを書く。
  • [ ] ツールを追加します。

建てる

pnpm i

拡大

cd extension # chrome npm run build # edge npm run build:edge # firefox npm run build:firefox

ビルド後、拡張機能はextension/.outputディレクトリに保存されます。

サーバ

cd server # dev npm run dev # build npm run build

server/dist/cli.jsは MCP サーバー エントリです。

貢献

新しいツールを追加する

  1. server/src/tools.tstools配列にツール スキーマを追加します。
  2. extension/calls.tsに拡張機能呼び出し可能ハンドラーを追加します。
  3. server/src/tools.tsにツールハンドラーを追加します。call 関数call使用して拡張ハンドラーを呼び出します。

ライセンス

AGPL-3.0以降

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ページ コンテンツをマークダウンとして取得したり、ページ スタイルを変更したり、ブラウザー履歴を検索したりするなど、AI アシスタントがブラウザーと対話できるようにする MCP サーバー。

  1. 使用法
    1. ツール
      1. get_current_page_markdown
      2. append_style
      3. history_search
    2. ロードマップ
      1. 建てる
        1. 拡大
      2. サーバ
        1. 貢献
          1. 新しいツールを追加する
        2. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An 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 -
            2
            44
            Python
            Apache 2.0
          • -
            security
            F
            license
            -
            quality
            MCP 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 -
          • -
            security
            A
            license
            -
            quality
            An 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 -
            663
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            An MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.
            Last updated -
            8
            15
            Python
            • Linux
            • Apple

          View all related MCP servers

          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/djyde/browser-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server