Best Browser Automation MCP Servers for Cline

Connect browser automation tools to Cline using MCP servers. These servers let Cline interact with browser automation resources, enabling powerful AI-assisted workflows for developers.

MCPgee indexes 874 browser automation MCP servers with a median of 140 GitHub stars; 83% are written in typescript and 29% install via npm. All work with Cline.

Top 30 of 874 Browser Automation Servers for Cline

Chrome DevTools MCP

AI-powered Chrome automation server with natural language element detection. Control Chrome browser through MCP protocol for testing, debugging, and performance analysis. Features 91% accuracy in element location, works with free AI models, and suppo

40,598 starsnpm

Ui Tars Desktop MCP Server

πŸ“‡ 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.

34,926 starsnpm

Playwright MCP Server

A production-ready browser automation server that enables AI assistants to interact with web pages using tools for navigation, element interaction, and data extraction. It features a built-in Inspector UI and robust crash recovery for reliable automa

32,847 starsnpm

Page Agent MCP Server

JavaScript in-page GUI agent. Control web interfaces with natural language.

18,007 starsnpm

Chrome MCP Server

An extension-based MCP server that enables AI assistants to control your browser, leveraging existing sessions and login states for automation and content analysis. It provides over 20 tools for semantic tab search, interactive element manipulation,

11,687 starsmanual

Lamda MCP Server

The most powerful Android RPA agent framework, next generation mobile automation.

7,802 starsmanual

browser-tools-mcp

This application is a powerful browser monitoring and interaction tool that enables AI-powered applications via Anthropic's Model Context Protocol (MCP) to capture and analyze browser data through a Chrome extension.

7,211 starsnpm

@actalumen/mcp-server

πŸ“‡ ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tool

6,540 starsnpm

Windows-MCP

Enables AI agents to interact with Windows operating systems by providing tools for UI automation, file navigation, application control, and system operations. Works with any LLM to perform tasks like clicking, typing, launching applications, and exe

5,661 starspip

mcp-playwright

πŸš€ Active Fork of executeautomation/mcp-playwright This repository is an actively maintained continuation of the original MCP Playwright server: >πŸ‘‰ https://github.com/executeautomation/mcp-playwright A Model Context Protocol server that provides brows

5,530 starsnpm

Bb Browser MCP Server

Your browser is the API. CLI + MCP server for AI agents to control Chrome with your login state.

5,405 starsmanual

Mobile Next MCP Server

A Model Context Protocol server that enables scalable mobile automation through a platform-agnostic interface for iOS and Android devices, allowing agents and LLMs to interact with mobile applications using accessibility snapshots or coordinate-based

4,981 starsnpm

Peekaboo MCP

Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

4,420 starsmanual

Playwriter MCP Server

Chrome extension & CLI to let agents control your browser. Runs Playwright snippets in a stateful sandbox. Available as CLI or MCP

3,539 starsmanual

mcp-server-browserbase

This server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.

3,348 starsnpm

Turix Cua MCP Server

This is the official website for TuriX Computer-use-Agent

3,015 starsmanual

agent-device

Discovery router for the agent-device CLI with status, install, help, prompts, and resources.

2,209 starsnpm

iOS Simulator MCP

πŸ“‡ 🏠 🍎 - A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.

1,995 starsnpm

LinkedIn MCP Server

An MCP server for LinkedIn automation that enables users to search for jobs, retrieve profile details, manage connections, and read or send messages. It leverages Playwright and Browserbase to interact with LinkedIn through an existing authenticated

1,964 starsmanual

Opendia MCP Server

Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.

1,818 starsmanual

JsHookMcp

MCP server for JavaScript analysis, security auditing, browser automation and hooks

1,523 starsnpm

Tavily Key Generator MCP Server

Multi-service toolkit for Tavily and Firecrawl signup automation, key validation, and isolated proxy pools.

1,498 starsmanual

Ghost Os MCP Server

Full computer-use for AI agents. Self-learning workflows. Native macOS. No screenshots required.

1,462 starsmanual

phantom-mcp

An MCP server that enables Claude Code to visually test and control iOS simulators, Android emulators, and real devices through 22 automation tools. It automatically generates test reports with screenshots for mobile app testing directly from the ter

1,422 starsmanual

JS Reverse MCP

An MCP server for JavaScript reverse engineering that enables AI to perform browser debugging, script analysis, and automated hook injection. It streamlines complex workflows like deobfuscation, network tracing, and risk assessment through direct bro

1,418 starsnpm

Web Eval Agent MCP Server

An MCP server that autonomously evaluates web applications.

1,240 starsmanual

WebEvalAgent MCP Server

Unleashes LLM-powered agents to autonomously execute and debug web apps directly in your code editor, with features like webapp navigation, network traffic capture, and console error collection.

1,240 starsmanual

Aipex MCP Server

AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser Operator、 Claude Chrome and Agent Browser

1,191 starsmanual

figma-mcp-go

🏎️ 🏠 🍎 πŸͺŸ 🐧 - Figma MCP server with full read/write access via plugin bridge β€” no API token,

928 starsnpm

browser-use MCP Server

A FastMCP server that enables browser automation through natural language commands, allowing Language Models to browse the web, fill out forms, click buttons, and perform other web-based tasks via a simple API.

822 starsmanual

Cline Configuration

Add browser automation MCP servers to your Cline configuration at VS Code settings (Cline extension settings):

{
  "cline.mcp.servers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
    },
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key_here"
      }
    },
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Related Resources