AI Agent 浏览器自动化工具包 — 通过 Playwright 操控 LLM 网页版(ChatGPT/Claude/DeepSeek),提供 MCP Server 集成、多模型协作工作流编排
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hermes-web-agent": {
"command": "npx",
"args": [
"-y",
"lxk55d/hermes-web-agent"
]
}
}
}
Run in terminal:
claude mcp add hermes-web-agent npx -y lxk55d/hermes-web-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"hermes-web-agent": {
"command": "npx",
"args": [
"-y",
"lxk55d/hermes-web-agent"
]
}
}
}