Back to Apps

tmux-mcp
by bnomei
Interface with and control tmux sessions directly from your AI assistant.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This MCP server allows AI assistants to interact with the tmux terminal multiplexer. It enables the AI to observe your active terminal sessions, navigate windows, and even execute commands within your panes, turning your terminal environment into a controllable context for the LLM.
Tools
list-sessions: List all active tmux sessionsfind-session: Locate a specific tmux session by namelist-windows: List all windows within a given sessionlist-panes: List panes within a specific windowcapture-pane: Extract text content from a tmux panecreate-session: Start a new tmux sessioncreate-window: Add a new window to an existing sessionsplit-pane: Split a pane horizontally or verticallykill-session: Terminate a tmux sessionkill-window: Close a tmux windowkill-pane: Close a tmux paneexecute-command: Send a command to a tmux paneget-command-result: Retrieve the output of a previously executed command
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tmux": {
"command": "npx",
"args": ["-y", "tmux-mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y tmux-mcpInformation
- Pricing
- free
- Published
- 4/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"tmux": {
"command": "npx",
"args": ["-y", "tmux-mcp"]
}
}
}





