AgentHubAgentHub

cowork-qa

MCP ServerMCP Registry官方收录

io.github.inSideos-designs/cowork-qa · v0.1.1

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

概览

cowork-qa 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cowork-qa": {
      "command": "npx",
      "args": [
        "-y",
        "cowork-qa-mcp"
      ]
    }
  }
}

环境变量

COWORK_QA_HEADED可选

Set to '1' to launch Chromium with a visible window instead of headless.

COWORK_QA_DATA可选

Directory where session traces (<session-id>.json) are written. Defaults to <cwd>/.cowork-qa.

相关资源

统一 Manifest

{
  "id": "io.github.inSideos-designs/cowork-qa",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "cowork-qa",
  "description": "Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.",
  "repository": {
    "url": "https://github.com/inSideos-designs/cowork-qa-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "cowork-qa-mcp",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "COWORK_QA_HEADED",
            "description": "Set to '1' to launch Chromium with a visible window instead of headless."
          },
          {
            "name": "COWORK_QA_DATA",
            "description": "Directory where session traces (<session-id>.json) are written. Defaults to <cwd>/.cowork-qa."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.inSideos-designs/cowork-qa",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.inSideos-designs%2Fcowork-qa/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
cowork-qa — MCP Server 安装与配置 · AgentHub