Mcp Server Browser — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Browser (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A professional Model Context Protocol (MCP) system that enables AI assistants (like Claude, Cursor, etc.) to interact directly with your web browser. This project provides a bridge between AI agents and real-time browser data, automation, and debugging tools.
<a name="english"></a>
Run the server instantly using npx:
npx mcp-server-browserbrowser://active-tab: Live state of the active tab.browser://tab-content: Real-time HTML/Text content.browser://console-logs: Aggregated browser logs.browser://network-requests: Captured network activity.| Use Case | Prompt | Expected Result |
|---|---|---|
| Research | "Summarize the key points of the current article." | AI uses get_tab_content_text to read the page and provides a concise summary. |
| Data Extraction | "Find the price of 'iPhone 15' on this page and list top 3 results." | AI uses query_selector to extract product names and prices into a formatted list. |
| Debugging | "Check the browser console and tell me if there are any errors." | AI uses get_console_error and returns detailed error messages. |
| Monitoring | "Monitor network requests and tell me if any API calls to /api/v1 fail." | AI uses get_network_request to track traffic and reports failed endpoints. |
This system requires a tiny bridge extension to communicate with the browser.
git clone https://github.com/mvtcode/mcp-server-browser.gitchrome://extensions/.chrome-extension folder from this repo.ws://localhost:23456.#### 🤖 Claude Desktop Add this to your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json{
"mcpServers": {
"Browser-Core-MCP": {
"command": "npx",
"args": ["-y", "mcp-server-browser"]
}
}
}#### 💻 Cursor IDE
Browser-Core-MCPcommandnpx -y mcp-server-browser<a name="tiếng-việt"></a>
Một hệ thống hoàn chỉnh cho phép AI Agent (như Claude hay Cursor) giao tiếp trực tiếp với web trình duyệt của bạn thông qua giao thức Model Context Protocol (MCP).
Chạy server ngay lập tức với npx:
npx mcp-server-browserchrome-extension qua chế độ Developer Mode trong Chrome (chrome://extensions/).npx -y mcp-server-browser vào phần cấu hình MCP của Claude Desktop hoặc Cursor.| Trường hợp | Prompt | Kết quả mong đợi |
|---|---|---|
| Nghiên cứu | "Tóm tắt các ý chính của bài viết hiện tại." | AI sử dụng get_tab_content_text để đọc nội dung trang và cung cấp bản tóm tắt súc tích. |
| Trích xuất dữ liệu | "Lấy giá và tên 5 sản phẩm đầu tiên trên trang Shopee này." | AI sử dụng query_selector để quét các phần tử DOM và trả về danh sách sản phẩm kèm giá. |
| Lập trình / Debug | "Kiểm tra xem trang web này có lỗi console nào không." | AI sử dụng get_console_error và liệt kê các lỗi kỹ thuật hiện có trên trang. |
| Theo dõi mạng | "Theo dõi các yêu cầu mạng và báo cho tôi nếu có lỗi API nào." | AI sử dụng get_network_request để kiểm tra traffic và báo cáo các endpoint bị lỗi. |
graph LR
A[Browser Extension] <-->|WebSocket: 23456| B[MCP Server]
B <-->|stdio| C[AI Client: Claude/Cursor]
A <-->|Browser APIs| D[Web Pages]Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the ISC License.
Created with ❤️ by mvtcode
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.