MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server for browser-driven automation using Playwright via HTTP/SSE MCP

创建于 4/25/2026
更新于 about 5 hours ago
Repository documentation and setup instructions

Browser MCP

MCP server for browser-driven automation using Playwright via HTTP/SSE MCP

Requirements

  • Python 3.11+
  • Docker (recommended for runtime parity)

Configure environment

Copy template:

cp env.example .env

Run locally

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py

Run with Docker

docker compose up --build

The service listens on port 8000 in the container.

Documentation

Docs are published via GitHub Pages using MkDocs. Source files live in docs/.

Changelog

See CHANGELOG.md.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx browser-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "zenkiet-browser-mcp": { "command": "uvx", "args": [ "browser-mcp" ] } } }