The reputation layer for AI skills, tools & agents

nickgnd/tmux-mcp

Score: 40.3 Rank #2177

A MCP server for our beloved terminal multiplexer tmux.

Overview

nickgnd/tmux-mcp is a JavaScript MCP server licensed under MIT. A MCP server for our beloved terminal multiplexer tmux. Topics: mcp, mcp-server, tmux.

Ranked #2177 out of 25632 indexed tools.

In the top 9% of all indexed tools.

Ecosystem

JavaScript MIT
mcpmcp-servertmux

Signal Breakdown

Stars 235
Freshness 1mo ago
Issue Health 30%
Contributors 4
Dependents 1
Forks 46
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 14 open vs 6 closed issues — triaging stale issues improves health

Badge

AgentRank score for nickgnd/tmux-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/nickgnd--tmux-mcp)](https://agentrank-ai.com/tool/nickgnd--tmux-mcp)
<a href="https://agentrank-ai.com/tool/nickgnd--tmux-mcp"><img src="https://agentrank-ai.com/api/badge/tool/nickgnd--tmux-mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# Tmux MCP Server

Model Context Protocol server that enables Claude Desktop to interact with and view tmux session content. This integration allows AI assistants to read from, control, and observe your terminal sessions.

## Features

- List and search tmux sessions
- View and navigate tmux windows and panes
- Capture and expose terminal content from any pane
- Execute commands in tmux panes and retrieve results (use it at your own risk ⚠️)
- Create new tmux sessions and windows
- Split panes horizontally or vertically with customizable sizes
- Kill tmux sessions, windows, and panes

Check out this short video to get excited!

</br>

## Prerequisites

- Node.js
- tmux installed and running

## Usage

### Configure Claude Desktop

Add this MCP server to your Claude Desktop configuration:

```json
"mcpServers": {
  "tmux": {
    "command": "npx",
    "args": ["-y", "tmux-mcp"]
  }
}
```

### MCP server options

You can optionally specify the command line shell you are using, if unspecif
Read full README on GitHub →
Are you the maintainer? Claim this listing