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.
FEEDTHROUGH_PORTPort the bridge WebSocket server listens on (defaults to 8765).
FEEDTHROUGH_ALLOWED_HOST_SUFFIXESComma-separated non-loopback host suffixes allowed to connect (defaults to .test). Setting it replaces the default, so include .test to keep it.
{
"mcpServers": {
"feedthrough": {
"command": "npx",
"args": [
"-y",
"@feedthrough/mcp"
],
"env": {
"FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
"FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
}
}
}
}{
"mcpServers": {
"feedthrough": {
"command": "npx",
"args": [
"-y",
"@feedthrough/mcp"
],
"env": {
"FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
"FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
}
}
}
}{
"mcpServers": {
"feedthrough": {
"command": "npx",
"args": [
"-y",
"@feedthrough/mcp"
],
"env": {
"FEEDTHROUGH_PORT": "<YOUR_FEEDTHROUGH_PORT>",
"FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
}
}
}
}{
"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 mcp add feedthrough --env FEEDTHROUGH_PORT=<YOUR_FEEDTHROUGH_PORT> --env FEEDTHROUGH_ALLOWED_HOST_SUFFIXES=<YOUR_FEEDTHROUGH_ALLOWED_HOST_SUFFIXES> -- npx -y @feedthrough/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.