terminal-mcp-server

Mohamedmagdy21/terminal-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
MCP server for creating and interacting with tmux terminal sessions
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terminal-mcp-server": {
      "command": "uvx",
      "args": [
        "terminal-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install terminal-mcp-server