MCP Catalogs
首页wmux screenshot

wmux

by openwong2kim·76·综合分 46

Windows终端多路复用器,集成了MCP服务器,支持Claude等AI编程代理的分终端和浏览器自动化。

developer-toolsai-llmbrowser-automation
23
Forks
2
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Wmux是一个原生的Windows终端多路复用器,设计为tmux的替代品,专门为AI编程代理构建。它集成了MCP服务器功能,允许Claude Code、Codex CLI和Gemini CLI等代理控制浏览器、读取终端输出并与其它代理通信。该应用具有分屏面板、工作区管理、持久化会话以及通过Chrome DevTools协议的内置浏览器自动化功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:同时在分终端中运行多个AI编程代理(Claude、Codex、Gemini)
:通过AI代理使用Chrome DevTools协议自动化浏览器交互
:创建能在应用重启和系统重启后保持的持久化终端会话
:Wmux是Windows版的tmux吗?
:Wmux能与Claude Code、Codex CLI和Gemini CLI一起工作吗?

什么时候选它

如果您需要在Windows上同时运行多个AI编码代理,需要浏览器自动化功能,并希望在没有WSL的情况下保持会话持久性,请选择wmux。

什么时候不要选它

如果您使用macOS或Linux(那里有原生的tmux),或者您需要终端复用但不需要AI代理集成,请不要选择wmux。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

tmuxwindows-terminalconpty

安装

安装选项

**Winget(推荐):**

winget install openwong2kim.wmux

**Chocolatey:**

choco install wmux

**安装程序:**[下载wmux Setup.exe](https://github.com/openwong2kim/wmux/releases/latest)

**一行命令(PowerShell):**

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

**Claude Desktop集成:** Wmux在启动时自动注册MCP服务器,无需手动配置。

FAQ

Wmux是Windows版的tmux吗?
不是。Wmux是基于ConPTY和Electron构建的原生Windows终端多路复用器,提供tmux风格的分屏面板和会话持久化功能,无需WSL或Cygwin。
Wmux能与Claude Code、Codex CLI和Gemini CLI一起工作吗?
可以。Wmux会自动检测这些AI编程代理并注册MCP服务器,使Claude Code能够控制内置浏览器和读取终端输出。

wmux 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。