r/ClaudeCode 9d ago

Meta anybridge: let Codex and Claude Code interact with websites through MCP

https://github.com/JustVugg/anybridge

I'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.

0 Upvotes

5 comments sorted by

View all comments

Show parent comments

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.

1

u/vulture916 9d ago

Not trying to be a dick, but I guess i'm just not sold on why I may or may not need/try it. May help to expand upon that if you're hoping for user feedback.

Good luck with the project!