Skip to content
Grok

tmux-mcp for Grok

io.github.fr1sk/tmux-mcp

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

client:Grok transport:stdio runtime:npm

Install tmux-mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tmux-mcp in other clients