Back to MCP Servers
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.
browser-automationbrowseragent
By feedthrough
Installation
npx -y feedthroughConfiguration
{
"mcpServers": {
"feedthrough": {
"command": "npx",
"args": ["-y", "feedthrough"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes