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).
Run
npx -y @fr1sk/tmux-mcp
MCP client config
{
"mcpServers": {
"tmux-mcp": {
"command": "npx",
"args": [
"-y",
"@fr1sk/tmux-mcp"
]
}
}
}