PluginBench
MCP Server

io.github.feedthrough/feedthrough MCP Server

io.github.feedthrough/feedthrough

What is the io.github.feedthrough/feedthrough MCP server?

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

How to install io.github.feedthrough/feedthrough

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FEEDTHROUGH_PORT

    Port the bridge WebSocket server listens on (defaults to 8765).

  • FEEDTHROUGH_ALLOWED_HOST_SUFFIXES

    Comma-separated non-loopback host suffixes allowed to connect (defaults to .test). Setting it replaces the default, so include .test to keep it.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feedthrough": {
      "command": "npx",
      "args": [
        "-y",
        "@feedthrough/mcp"
      ],
      "env": {
        "FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
        "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "feedthrough": {
      "command": "npx",
      "args": [
        "-y",
        "@feedthrough/mcp"
      ],
      "env": {
        "FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
        "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "feedthrough": {
      "command": "npx",
      "args": [
        "-y",
        "@feedthrough/mcp"
      ],
      "env": {
        "FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
        "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "feedthrough": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@feedthrough/mcp"
      ],
      "env": {
        "FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
        "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
      }
    }
  }
}
Claude Code
claude mcp add feedthrough --env FEEDTHROUGH_PORT=<YOUR_FEEDTHROUGH_PORT> --env FEEDTHROUGH_ALLOWED_HOST_SUFFIXES=<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES> -- npx -y @feedthrough/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →