AI UNDERDOGSDAILY PICK
AI UNDERDOGS
给 Claude 一双真实的眼睛
Give Claude real eyes
Browser MCP
你有没有想过
Claude 能写代码
却连一个网页长什么样都看不见?
Browser MCP 就是来解决这个问题的
Claude can write code all day, but it
can't even see your web page. Browser MCP
fixes that
AI 终于能碰浏览器了
AI touches a real browser
Browser MCP 的思路很直白——Anthropic 搞了 MCP 协议
就是用来把 AI 连到外部工具的
作者没重新造轮子
直接在上面搭了层浏览器能力
所以 Claude、Cursor
VS Code
Windsurf 都能走同一个适配器
The idea is clean — Anthropic built MCP
to connect AI to external tools. The author
didn't reinvent anything. He built a browser layer
on top, so Claude, Cursor, VS Code, and
Windsurf all talk to Chrome through one adapter
★ SIGNAL 1
不是 Puppeteer 换皮
Not another Puppeteer wrapper
很多人一听浏览器自动化就想到 Puppeteer
但这个项目不一样
它是在协议层面解决了 AI 和浏览器的对接——浏览器活在沙箱里
AI 活在终端里,天然隔离
Chrome 扩展控制 DOM
MCP Server 负责桥接
架构上就是两层
Most people hear browser automation and think Puppeteer
This isn't that. Browsers live in sandboxes, AI
lives in the terminal — they're naturally isolated
A Chrome extension controls the DOM, an MCP
Server bridges the gap. Two layers, protocol-level
★ SIGNAL 2
一个适配器,全部编辑器
One adapter, every editor
最聪明的一点:市面上如果搞浏览器插件
Claude 一个
Cursor 一个
Windsurf 又一个,维护到死
但走 MCP 协议
所有支持 MCP 的 AI 客户端自动就能用
这才是 MCP 协议真正该干的事
Here's the smartest move — if you built
separate plugins for every IDE, you'd drown in
maintenance. But through MCP, every AI client that
supports the protocol just works. This is exactly
what MCP was designed for
作者没有留下什么情怀宣言
但项目本身就是最好的说明——开源免费
一个人在做
这种工具型项目,能跑起来
能被社区用上,就已经赢了
The author didn't leave any grand manifesto, but
the project speaks for itself — open source
free, built by one person. For a tool
like this, shipping it and getting community traction
is already a win
AI UNDERDOGS
给你的 AI 编辑器装上眼睛
Give your AI editor a pair of eyes
Browser MCP
关注 · 每天发现更多 AI 神作
browsermcp.io