MCP Catalogs
Homewmux screenshot

wmux

by openwong2kim·76·Score 46

Windows terminal multiplexer with MCP server integration for AI coding agents like Claude, supporting split terminals and browser automation.

developer-toolsai-llmbrowser-automation
23
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

Overview

Wmux is a native Windows terminal multiplexer designed as an alternative to tmux, specifically built for AI coding agents. It integrates MCP server capabilities that allow agents like Claude Code, Codex CLI, and Gemini CLI to control browsers, read terminal output, and communicate with other agents. The application features split panes, workspace management, persistent sessions, and built-in browser automation via Chrome DevTools Protocol.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Running multiple AI coding agents (Claude, Codex, Gemini) simultaneously in split terminals
you:Automating browser interactions through AI agents using Chrome DevTools Protocol
you:Creating persistent terminal sessions that survive app restarts and system reboots
you:Is wmux a tmux port for Windows?
you:Does wmux work with Claude Code, Codex CLI, and Gemini CLI?

When to choose this

Choose wmux if you need to run multiple AI coding agents simultaneously on Windows with browser automation capabilities and want session persistence without WSL.

When NOT to choose this

Don't choose wmux if you're on macOS or Linux (where tmux is native), or if you need terminal multiplexing without AI agent integration.

Tools this server exposes

12 tools extracted from the README
  • browser_open

    Open a browser instance in wmux

  • browser_navigate

    Navigate the browser to a specific URL

  • browser_screenshot

    Take a screenshot of the current browser page

  • browser_snapshot

    Read the current page structure and content

  • browser_click

    Click on a specified element on the page

  • browser_fill

    Fill a form element with text

  • terminal_read

    Read the current terminal content

  • terminal_send

    Send a command to the terminal

  • workspace_list

    List all available workspaces

  • a2a_send

    Send a message to another AI agent

  • a2a_task_send

    Delegate a task to another AI agent

  • company_a2a_send

    Send a message in company mode coordination

Comparable tools

tmuxwindows-terminalconpty

Installation

Installation Options

**Winget (recommended):**

winget install openwong2kim.wmux

**Chocolatey:**

choco install wmux

**Installer:** [Download wmux Setup.exe](https://github.com/openwong2kim/wmux/releases/latest)

**One-liner (PowerShell):**

irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex

**Claude Desktop Integration:** Wmux automatically registers the MCP server on startup. No manual configuration needed.

FAQ

Is wmux a tmux port for Windows?
No. wmux is a native Windows terminal multiplexer built on ConPTY and Electron, offering tmux-style split panes and session persistence without requiring WSL or Cygwin.
Does wmux work with Claude Code, Codex CLI, and Gemini CLI?
Yes. wmux automatically detects these AI coding agents and registers an MCP server so Claude Code can drive the built-in browser and read terminal output.

Compare wmux with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.