everything vs wmux
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | wmux by openwong2kim | |
|---|---|---|
| Stars | ★ 85,748 | ★ 76 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsAI / LLM ToolsBrowser Automation |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
wmux · Summary
Windows terminal multiplexer with MCP server integration for AI coding agents like Claude, supporting split terminals and browser automation.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
wmux · Use cases
- Running multiple AI coding agents (Claude, Codex, Gemini) simultaneously in split terminals
- Automating browser interactions through AI agents using Chrome DevTools Protocol
- Creating persistent terminal sessions that survive app restarts and system reboots
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingwmux · Install
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.