Odel
tmux-mcp

tmux-mcp

Local
@fr1sk1JavaScriptMITUpdated 4mo ago

MCP server for tmux — browse sessions, capture output, send commands.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fr1sk/tmux-mcpv0.3.3

Run

npx -y @fr1sk/tmux-mcp

MCP client config

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