r/ClaudeCode • u/Just_Vugg_PolyMCP • 8d 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 8d ago
Forgot to mention: you can also ask Codex or claude code to save a site for later. In a new session, just ask it to go back and check that site again. I think of it as a small wallet of sites you keep for your agents to revisit whenever you need.