tmux-mcp

andpeicunha/tmux-mcp
★ 0 stars Go 🤖 AI/LLM Updated 4d ago
MCP server for tmux — multi-agent orchestration across Claude Code, Codex and Cursor CLI
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tmux-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/andpeicunha/tmux-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server that exposes tmux panes as tools, enabling AI agents (Claude Code, Codex, Cursor CLI) to communicate with each other across panes — and allowing an orchestrator agent to create, name, control, and read from any pane autonomously. | Tool | Description | |---|---| | `list_panes` | List all tmux panes with target, session, window, pane index and running command |

Tools (7)

broadcastcreate_panelist_panesread_panerename_panesend_to_panewait_for_idle