Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. MCP Server Browser
MCP Server Browser logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:02:52 AM

MCP Server Browser

User RatingsBe the first to rate and review this MCP server!
View Repository38.9k GitHub StarsTotal stargazers on GitHub for the source repository (38,909 stars).Visit Website
browser-automationpuppeteermcpremote-browser

Puppeteer-based MCP browser automation with support for connecting to local or remote browsers.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agent-infra-mcp-server-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-tars/cli@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

The agent-infra/mcp-server-browser MCP server provides browser automation through Puppeteer. It supports connections to both local and remote browser instances, allowing an MCP-compatible agent to operate a browser in either deployment model. Reach for it when an agent needs browser interaction rather than only API-based workflows. The provided material does not specify individual tool names, configuration variables, or client-specific setup steps.

Use cases

β€’Automate browser workflows through Puppeteer
β€’Connect an agent to a local browser
β€’Connect an agent to a remote browser
β€’Add browser interaction to an MCP workflow

Key features

β€’Puppeteer-based browser automation
β€’Local browser connections
β€’Remote browser connections
β€’MCP-accessible browser control

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Browser.

Extracted Tool Capabilities
Puppeteer-based browser automation
Local browser connections
Remote browser connections
MCP-accessible browser control

How MCP Server Browser works

What agent-infra/mcp-server-browser MCP server does

The agent-infra/mcp-server-browser MCP server exposes browser automation through the Model Context Protocol and uses Puppeteer as its browser control layer. Its documented scope is browser interaction, with support for connecting to either a browser running locally or one hosted remotely.

This makes the server relevant for agents that need to work with browser-based interfaces. It can fit workflows where an agent must operate a web browser as part of a larger task, especially when the browser may run in a separate environment from the MCP client. The supplied material does not enumerate the available MCP tools or describe specific page, navigation, input, or extraction operations, so those details should be verified in the source repository before implementation.

How it works

Puppeteer provides the browser automation implementation, while MCP supplies the interface through which an agent can access the server. The browser connection can target a local browser process or a remote browser endpoint. This gives deployments a choice between keeping browser execution on the same machine as the MCP process and placing it elsewhere.

The repository location is within the UI-TARS Desktop project, whose broader documentation describes local and remote browser operators. That broader project context does not, by itself, define additional capabilities for the agent-infra/mcp-server-browser MCP server. Treat the browser server as the relevant component when evaluating compatibility and deployment requirements.

Setup and configuration

The provided excerpt does not include an installation command, package name, startup command, connection URL format, or environment variables for the agent-infra/mcp-server-browser MCP server. It also does not state which MCP clients have been tested. Consult the repository’s package files and browser-server documentation for the exact launch configuration.

A deployment must account for the browser location: local mode requires access to a local browser, while remote mode requires the server to connect to a remote browser. The excerpt does not specify the supported remote connection protocol, authentication method, browser versions, or required Puppeteer options.

Tools and capabilities

Documented capabilities are limited to:

  • Automating browser activity through Puppeteer.
  • Connecting to a local browser.
  • Connecting to a remote browser.
  • Providing those browser capabilities through MCP.

The available tool names, argument schemas, navigation behavior, page interaction coverage, and return formats are not described in the supplied material.

Limitations and notes

The agent-infra/mcp-server-browser MCP server is documented only at a high level in the supplied excerpt. There is not enough information to confirm supported browsers, concurrency behavior, session lifecycle, remote endpoint details, authentication, or security controls. Browser automation can also depend on the target site and the runtime environment, but the excerpt provides no compatibility matrix or operational guidance.

Before adopting it, inspect the server package directly for its MCP tool definitions and startup instructions. Confirm how local and remote browser connections are selected, whether a browser must be launched separately, and what isolation or access controls are available in the chosen deployment.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    πŸ“‚ Browser Automation4 views
    Compare vs Browser Use MCP Server β†’
  • Agent Web Interface logoAgent Web Interface

    Token-efficient browser automation for LLM agents: semantic page snapshots and stable element IDs instead of raw DOM or screenshots, driving Chrome over CDP.

    πŸ“‚ Browser Automation3 views
    Compare vs Agent Web Interface β†’
  • Playwright MCP logoPlaywright MCP
    Verified

    Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots

    πŸ“‚ Browser Automation2 views
    Compare vs Playwright MCP β†’
  • Real Browser MCP logoReal Browser MCP

    MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication.

    πŸ“‚ Browser Automation3 views
    Compare vs Real Browser MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
38k
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server Browser

The provided material does not include an installation command or package name. Check the repository’s package files and documentation for the exact setup.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server Browser AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agent-infra-mcp-server-browser?style=directory)](https://allmcps.com/mcp/agent-infra-mcp-server-browser)
HTML Embed
<a href="https://allmcps.com/mcp/agent-infra-mcp-server-browser"><img src="https://allmcps.com/api/badge/agent-infra-mcp-server-browser?style=directory" alt="MCP Server Browser on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 6, 2026
9/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars38,909
GitHub Star CountTotal stargazers on GitHub representing community popularity (38,909 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 5, 2026
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Β· @agent-tars/cli@latest (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to MCP Server Browser β†’Install in Claude DesktopInstall in CursorInstall in VS Code