Skip to main content
Glama

browser-mcp

by djyde

브라우저-mcp

사용 중인 브라우저와 상호작용할 수 있는 브라우저 확장 프로그램 및 MCP 서버입니다.

엠씨피

jkXeswNy@2x

용법

지엑스피1

도구

사용 가능한 모든 도구는 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 함수를 사용하여 확장 핸들러를 호출합니다.

특허

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
            A headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.
            Last updated -
            2
            4
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
            Last updated -
            4
            2
            Python
          • -
            security
            A
            license
            -
            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 -
            1
            Python
            Apache 2.0
          • -
            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 -
            505
            Python
            MIT License
            • 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