.tmux (MCP Server)

GitHub

Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ๐Ÿ’›๐Ÿฉท๐Ÿ’™๐Ÿ–คโค๏ธ๐Ÿค

Claude Desktop Configuration

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

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