MCP Directory
Back

tmux-mcp

by nickgnd · JavaScript · ★ 292

A MCP server for our beloved terminal multiplexer tmux.

#mcp#mcp-server#tmux

Install

npx -y github:nickgnd/tmux-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "tmux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:nickgnd/tmux-mcp"
      ]
    }
  }
}

From the README

Model Context Protocol server that enables Claude Desktop to interact with and view tmux session content. This integration allows AI assistants to read from, control, and observe your terminal sessions. - List and search tmux sessions - View and navigate tmux windows and panes - Capture and expose terminal content from any pane - Execute commands in tmux panes and retrieve results (use it at your own risk ⚠️) - Create new tmux sessions and windows - Split panes horizontally or vertically with customizable sizes - Kill tmux sessions, windows, and panes Check out this short video to get excite…
Read full README on GitHub →

Related other servers