MCP Server for interfacing with tmux sessions
| Tool name | Description | Destructive? |
|---|---|---|
| list-sessions | ✓ no | |
| find-session | ✓ no | |
| list-windows | ✓ no | |
| list-panes | ✓ no | |
| capture-pane | ✓ no |
| create-session | ✓ no | |
| create-window | ✓ no | |
| kill-session⚠ | ⚠ yes | |
| kill-window⚠ | ⚠ yes | |
| kill-pane⚠ | ⚠ yes | |
| split-pane | ✓ no | |
| execute-command⚠ | ⚠ yes | |
| get-command-result | ✓ no |
{
"mcpServers": {
"tmux-3": {
"command": "npx",
"args": [
"-y",
"tmux-mcp"
]
}
}
}