hermes-web-agent

lxk55d/hermes-web-agent
★ 0 stars Unknown language 🤖 AI/LLM Updated today
AI Agent 浏览器自动化工具包 — 通过 Playwright 操控 LLM 网页版(ChatGPT/Claude/DeepSeek),提供 MCP Server 集成、多模型协作工作流编排
View on GitHub →

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"
      ]
    }
  }
}