tmuxp (MCP Server)

GitHub

๐Ÿ–ฅ๏ธ Session manager for tmux, built on libtmux.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tmuxp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tmuxp"
      ]
    }
  }
}