YetiBrowser MCP is a fully open-source implementation of the Browser MCP workflow. It links a Node-based MCP server with Chrome/Firefox extensions so Model Context Protocol clients—Codex/Claude Code, Cursor, Windsurf, MCP Inspector, or your own tools—can automate a real browser tab while keeping every byte on your machine and auditable.
服务器配置
{
"mcpServers": {
"yetibrowser-mcp": {
"command": "npx",
"args": [
"yetibrowser-mcp"
],
"env": {}
}
}
}