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

    Mcp Browser Automation

    Model Context Protocol based AI Agent that runs a browser from Claude desktop

    11 stars
    TypeScript
    Updated Sep 3, 2025
    agentic-ai
    claude-ai
    mcp-client
    mcp-server
    typescript

    Table of Contents

    • Pre-requisites
    • Building
    • Integration
    • Usage
    • Example

    Table of Contents

    • Pre-requisites
    • Building
    • Integration
    • Usage
    • Example

    Documentation

    MCP Browser Automation

    This is demo project to practice Model Context Protocol based server implemenation for automating browsing with Playwright. It interacts with a Claude Desktop client to accept user prompts and use server to control browser.

    Pre-requisites

    • Playwright
    • Claude Desktop
    • Node.js

    Building

    1. Clone the repository: git clone https://github.com/hrmeetsingh/mcp-browser-automation.git

    2. Install dependencies: npm install

    3. Verify the output executables are present in dist folder

    Integration

    1. Create a configuration file in ~/Application\ Support/Claude/claude_desktop_config.json (This is for macOS)

    2. Copy the following to the file:

    json
    {
      "mcpServers": {
        "mcp-browser-automation": {
          "command": "node",
          "args": ["/path/to/mcp-browser-automation/dist/index.js"]
        }
      }
    }

    3. Start Claude Desktop

    Usage

    1. Open Claude Desktop

    2. Start a new conversation to open a browser and navigate to a URL

    Example

    • Added MCP Server options

    Added MCP Server options

    • Navigating to a URL and doing actions with playwright

    Navigating to a URL and entering text

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • 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

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • 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