
mcp-server-wezterm
by vaporif
Expose WezTerm terminal control to AI assistants, enabling pane management and screen reading.
What it does
This MCP server provides AI assistants with direct control over the WezTerm terminal. It allows an LLM to interact with your terminal environment by reading screen content, managing panes, and spawning commands, creating a tight loop between AI reasoning and terminal execution.
Tools
list_panes: List all windows, tabs and panesget_text: Read terminal screen/scrollback contentsplit_pane: Split a pane (left/right/top/bottom)activate_pane: Focus a pane by IDkill_pane: Kill a paneactivate_tab: Activate a tab by ID, index, or relative offsetspawn: Spawn a command in a new window or tabsend_text: Send text to a pane (bracketed paste)
Installation
{
"mcpServers": {
"wezterm": {
"command": "uvx",
"args": ["mcp-server-wezterm-rs"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
uvx mcp-server-wezterm-rsInformation
- Pricing
- free
- Published
- 5/17/2026
- stars






