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. Agent Web Interface
Agent Web Interface logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:01:32 PM

Agent Web Interface

User RatingsBe the first to rate and review this MCP server!
View Repository15 GitHub StarsTotal stargazers on GitHub for the source repository (15 stars).Visit Website
browser-automationchromepuppeteermcpllm-agents

Semantic Chrome automation via MCP using compact page snapshots and stable element IDs.

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": {
    "lespaceman-agent-web-interface": {
      "command": "npx",
      "args": [
        "-y",
        "@drisp/browser-mcp"
      ]
    }
  }
}

πŸ’‘ 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

Semantic Chrome automation is the focus of the lespaceman/agent-web-interface MCP server, which exposes browser state and actions through MCP. It drives Chrome through Puppeteer and the Chrome DevTools Protocol, returning compact snapshots with readable content, page regions, interactive elements, stable IDs, and state changes. Reach for it when an agent needs to navigate and operate web interfaces without repeatedly processing raw DOM or accessibility-tree output.

Use cases

β€’Automate dashboard workflows with semantic page state
β€’Fill and submit web forms using stable element IDs
β€’Inspect changed page content after browser actions
β€’Drive QA or research tasks through Chrome

Key features

β€’Semantic page snapshots
β€’Stable element IDs for browser actions
β€’Compact state diffs after mutations
β€’Chrome control through Puppeteer and CDP
β€’Form, canvas, screenshot, and network inspection

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agent Web Interface.

Extracted Tool Capabilities
Semantic page snapshots
Stable element IDs for browser actions
Compact state diffs after mutations
Chrome control through Puppeteer and CDP
Form, canvas, screenshot, and network inspection

How Agent Web Interface works

What lespaceman/agent-web-interface MCP server does

The lespaceman/agent-web-interface MCP server gives an AI agent a semantic interface to Chrome. Rather than returning a complete DOM or relying on screenshots as the primary representation, it describes visible page regions, readable text, interactive controls, form context, element state, layout hints, and stable element IDs. The result is intended to reduce the amount of browser detail an agent must inspect before choosing an action.

The server supports browser workflows such as opening a URL, locating a meaningful control, interacting with a form, and checking the resulting page state. It is aimed at coding, browser, QA, research, and automation agents that need to operate existing web interfaces. It is not presented as a replacement for Puppeteer, a general-purpose browser, a visual testing framework, a scraping framework, or a CAPTCHA bypass tool.

How it works

The lespaceman/agent-web-interface MCP server receives browser tool calls over MCP and controls Chrome through Puppeteer and CDP. It converts the current page into a compact semantic snapshot. Elements such as buttons, links, textboxes, checkboxes, radio buttons, and comboboxes can receive stable IDs, called eid values, which the agent can pass to later action tools.

A typical interaction starts with navigation. The response provides the page title, URL, regions, readable content, controls, and relevant state such as whether an element is enabled, selected, expanded, checked, or required. The agent can then find an element and use an ID with an action such as clicking, typing, selecting, or pressing a key. After the action, the server waits for the page to stabilize and returns either a new snapshot or a focused change.

Navigation establishes a new baseline, so IDs from the previous page should not automatically be reused. For mutations, the response can describe only the changed area. This observation-action relationship lets an agent continue from the latest semantic state instead of rescanning a large page representation after every step.

Setup and configuration

The project publishes an npm package named @drisp/browser-mcp. A local installation can therefore use the package runner command npx -y @drisp/browser-mcp, subject to the project’s runtime requirements. The provided material identifies Chrome or Chromium as the browser being controlled and Puppeteer plus Chrome DevTools Protocol as the execution layer.

The supplied documentation does not specify environment variables, authentication settings, operating-system requirements, or a detailed Chrome launch configuration. Websites that require their own login or session may still require the agent’s browser session to be prepared separately; no server-level credential mechanism is described here.

Tools and capabilities

Documented capabilities include:

  • Navigate to web pages and receive semantic page snapshots.
  • Find controls or content using semantic information.
  • Click, type, select, and press keys using stable element IDs.
  • Inspect visible regions, readable content, forms, and interactive elements.
  • Track element state such as visibility, enabled status, focus, selection, expansion, and checked state.
  • Receive screenshots, canvas inspection, and network activity information.
  • Observe updated state or focused diffs after browser actions.

The snapshots may also expose bounding boxes and screen zones as layout hints. Stable IDs connect the observation returned by the server to the next action, while transient observations can report events such as a status message appearing after a save operation.

Limitations and notes

The lespaceman/agent-web-interface MCP server changes the agent-facing representation of browser state; it does not replace Chrome, Puppeteer, or CDP. Its documented scope is browser interaction through semantic observations and actions, not general scraping or visual regression testing. The material also explicitly excludes CAPTCHA and anti-bot bypass functionality.

Because element IDs belong to the current semantic page state, a navigation or substantial page change can invalidate earlier IDs. Agents should use the latest returned snapshot or diff before acting. The provided material does not establish support for a particular MCP client, hosted endpoint, browser vendor other than Chrome or Chromium, or authentication provider.

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

Related MCP Servers

View all in Browser Automation View all alternatives
  • MCP Server Browser logoMCP Server Browser

    Browser automation capabilities using Puppeteer, both support local and remote browser connection.

    πŸ“‚ Browser Automation3 views
    Compare vs MCP Server Browser β†’
  • 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 β†’
  • 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 β†’
  • 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 β†’

Adoption & maintenance

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

GitHub stars
15
Stargazers on the source repository.
npm downloads
45
Package downloads in the last 30 days.
Last commit
26d 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 Agent Web Interface

The project publishes the `@drisp/browser-mcp` npm package. A directly runnable package command is `npx -y @drisp/browser-mcp`.

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 PreviewAgent Web Interface AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lespaceman-agent-web-interface?style=directory)](https://allmcps.com/mcp/lespaceman-agent-web-interface)
HTML Embed
<a href="https://allmcps.com/mcp/lespaceman-agent-web-interface"><img src="https://allmcps.com/api/badge/lespaceman-agent-web-interface?style=directory" alt="Agent Web Interface on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
10/10 checks healthy over the last 30d
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 stars15
GitHub Star CountTotal stargazers on GitHub representing community popularity (15 stars).
Last commit26d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 16, 2026
npm downloads45/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Β· 55/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 & tools23/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 20d ago via OSV.dev Β· @drisp/browser-mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 Agent Web Interface β†’Install in Claude DesktopInstall in CursorInstall in VS Code