human-agent-cowork-mcp-server

kamesh231/human-agent-cowork-mcp-server
★ 4 stars TypeScript 🤖 AI/LLM Updated 27d ago
MCP server to implement Human Agent CoWork protocol
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": {
    "human-agent-cowork-m": {
      "command": "npx",
      "args": [
        "-y",
        "kamesh231/human-agent-cowork-mcp-server"
      ]
    }
  }
}