HomeServersBrowser Automation › feedthrough/feedthrough
MCP Server Maintained MIT local

feedthrough/feedthrough

In-browser debug bridge that injects into your running web app, so an agent can read the DOM, console logs and network requests, and click/fill/inspect the page. Runs inside the page (not an external CDP driver), so it works in any browser and inside Cypress/Playwright runs.

Quality score 50/100
View on GitHub →
Stars
★ 4
Last commit
1mo ago
Language
TypeScript
Install
npm / npx

Installation

Example client config (verify package name in the repo README)

{
  "mcpServers": {
    "feedthrough": {
      "command": "npx",
      "args": ["-y", "feedthrough"]
    }
  }
}

Topics

Related in Browser Automation

MCP Server Official Active

firecrawl/firecrawl-mcp-server

Official Firecrawl server with live browser interaction (`firecrawl_interact`) — navigate, click, type, and scroll on a page before extraction, for JS-heavy or auth-gated sites. Also scrape, crawl, map, search, and extract.

7.1k JavaScript Updated yesterday Score 99
MCP Server Active

agent-infra/mcp-server-browser

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

38.4k TypeScript Updated today Score 90
MCP Server Active

microsoft/playwright-mcp

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

35.7k TypeScript Updated 7d ago Score 80
MCP Server Active

LvcidPsyche/auto-browser

Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor.

741 Python Updated 2d ago Score 79
MCP Server Active

eat-pray-ai/yutu

A fully functional MCP server and CLI for YouTube to automate YouTube operation

603 Go Updated today Score 78
MCP Server Active

freema/firefox-devtools-mcp

Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots.

328 TypeScript Updated yesterday Score 75