Back to MCP Servers

Wcgw

Autonomous shell execution, computer control and coding agent. (Mac)

other-tools-and-integrationsagent

Installation

npx -y wcgw

Configuration

{
  "mcpServers": {
    "wcgw": {
      "command": "npx",
      "args": ["-y", "wcgw"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub