Skip to content
VS Code

tmux-mcp for VS Code

io.github.fr1sk/tmux-mcp

MCP server for tmux — browse sessions, capture output, send commands.

client:VS Code transport:stdio runtime:npm

Install tmux-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "tmux-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fr1sk/tmux-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tmux-mcp in other clients