MCP server for TMUX which does structured command execution with OSC 133 & uses CEL for command running permissions
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tmux-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"tmux-mcp"
]
}
}
}
Run in terminal:
claude mcp add tmux-mcp cargo run -- tmux-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tmux-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"tmux-mcp"
]
}
}
}