Wezterm Agent
Freeby MCP Community
Wezterm MCP Server — programmable terminal control plane for multi-agent AI workflows
v0.1.9Added Apr 12, 2026
weztermmcpterminalmulti-agentai
Wezterm Agent MCP Server
Wezterm MCP Server — programmable terminal control plane for multi-agent AI workflows
Installation
npx -y wezterm-agent-mcp
Reviews
Installation
Quick install
npx -y wezterm-agent-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"wezterm-agent": {
"command": "npx",
"args": ["-y", "wezterm-agent-mcp"]
}
}
}