Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Browser Mcp

    A browser extension and MCP server that allows you to interact with the browser you are using.

    83 stars
    TypeScript
    Updated Oct 4, 2025

    Table of Contents

    • Usage
    • Tools
    • get_current_page_markdown
    • append_style
    • history_search
    • Roadmap
    • Build
    • Extension
    • Server
    • Contributing
    • Add a new tool
    • License

    Table of Contents

    • Usage
    • Tools
    • get_current_page_markdown
    • append_style
    • history_search
    • Roadmap
    • Build
    • Extension
    • Server
    • Contributing
    • Add a new tool
    • License

    Documentation

    browser-mcp

    A browser extension and MCP server that allows you to interact with the browser you are using.

    mcp

    jkXeswNy@2x

    Usage

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

    Tools

    All available tools are listed in server/src/tools.ts.

    get_current_page_markdown

    Get the markdown from current browser browsing page.

    example:

    code
    Summarize the current page.

    append_style

    Append a css style to the current browser browsing page.

    example:

    code
    Change the current page to dark mode.

    history_search

    Search the browser history.

    example:

    code
    Search the browser history for "github".

    Roadmap

    • [ ] Publish the extension to extension store.
    • [ ] Write documentation.
    • [ ] Add more tools.

    Build

    bash
    pnpm i

    Extension

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

    After building, the extension will be in the extension/.output directory.

    Server

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

    server/dist/cli.js is the MCP server entry.

    Contributing

    Add a new tool

    1. Add the tool schema to the tools array in server/src/tools.ts.

    2. Add a extension callable handler in extension/calls.ts.

    3. Add a tool handler in server/src/tools.ts. Use the call function to call the extension handler.

    License

    AGPL-3.0-or-later

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k