tmux-mcp

tmux-mcp

3.2

If you are the rightful owner of tmux-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Tmux MCP Server is a proof of concept implementation that allows programmatic control over tmux sessions using the Model Context Protocol.

Tmux MCP Server

A POC MCP (Model Context Protocol) Server implementation that provides programmatic control over tmux sessions

Warning

This is a proof of concept and should not be used in production. Using this, you can run arbitrary tmux commands, including reading pane contents and sending keys.

Features

  • Run arbitrary tmux commands

Usage

In your MCP client configuration:

"mcpServers": {
    "tmux": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/jonrad/tmux-mcp", "tmux-mcp"]
    },
}