Model Context Protocol server that lets LLMs collaboratively drive tmux
claude mcp add mcp-tmux -- npx -y @k8ika0s/mcp-tmux
claude_desktop_config.json
{
"mcpServers": {
"mcp-tmux": {
"command": "npx",
"args": [
"-y",
"@k8ika0s/mcp-tmux"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-tmux": {
"command": "npx",
"args": [
"-y",
"@k8ika0s/mcp-tmux"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-tmux": {
"command": "npx",
"args": [
"-y",
"@k8ika0s/mcp-tmux"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-tmux": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@k8ika0s/mcp-tmux"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-tmux": {
"command": "npx",
"args": [
"-y",
"@k8ika0s/mcp-tmux"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.k8ika0s--mcp-tmux/reviews or the review_server meta-tool.
POST /mcp