Tmux
Freeby MCP Community
MCP Server for interfacing with tmux sessions
v0.2.2Added Apr 12, 2026
mcptmuxclaude
Tmux MCP Server
MCP Server for interfacing with tmux sessions
Installation
Reviews
Installation
Quick install
npx -y tmux-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"tmux": {
"command": "npx",
"args": ["-y", "tmux-mcp"]
}
}
}