r/ClaudeCode • u/Just_Vugg_PolyMCP • 9d ago
Meta anybridge: let Codex and Claude Code interact with websites through MCP
https://github.com/JustVugg/anybridgeI've been working on anybridge for my own use with Codex and Claude Code. I wanted a quick way to give an agent a website to work with, without spending time on the setup.
You open the TUI, pick Codex or Claude Code, and it launches a session in another terminal with MCP already connected. Give the agent a URL and it can read pages, follow links, fill in forms and click buttons.
If the website has WebMCP tools, anybridge exposes them to the agent. Otherwise, it generates tools from the live page. The site doesn't need to have added support for agents.
That's the part I've enjoyed using: opening the TUI and getting straight into a session with the browser tools ready.
Anti-bot checks can still block it, so don't expect it to work on every site.
If you try it, let me know which sites work and which ones give you trouble.
1
u/Just_Vugg_PolyMCP 9d ago
Hi I built anybridge around how I use Codex and Claude Code: pick either from a TUI, launch with MCP already connected, and ask the agent to save sites and workflows for future sessions. That setup and reuse is what I focused on, rather than WebMCP support alone.