mcpbeat Sign in

tmux MCP Server

local only

tmux runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

Drive one tmux server: sessions, windows, panes, and the output they produce.

Installs / week
not published
0
Stars
0 open issues
31 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        file, err := parser.ParseFile(fileSet, filepath.Join(packageDirectory, fileName), nil, 0)
p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to tmux

same job, measured the same way
Claude Wrap MCP
by alex-kaff

MCP server that spawns and drives Claude Code sessions via claude-wrap.

255 installs/wk local only
Microsoft 365
by proscendia

Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account

answering
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

43 installs/wk local only
Google Workspace
by proscendia

Permissioned access to Gmail, Drive and Calendar via the user's own Google account

answering
StablecoinX
by e2xlabs

Drive a StablecoinX business account — auth, API keys, sessions, paymaster, and webhooks.

36 installs/wk local only
MCP Tmux
by k8ika0s

Model Context Protocol server that lets LLMs collaboratively drive tmux

70 installs/wk local only
Leclerc Drive
by skunkobi

MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude

162 installs/wk local only

tmux — questions

Answers built from our own checks of this server.

Why is there no uptime for tmux?
tmux runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is tmux open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.