loaditout.ai
BrowseRequestsSubmitBlogXPrivacyDisclaimer
loaditout.ai
SkillsMCP ServersPacksSubmitRequestsBlog

terminal-mcp-server

MCP Tool

weidwonder/terminal-mcp-server

Make LLM can control your PC or Server with ssh or terminal.

Install

$ npx loaditout add weidwonder/terminal-mcp-server

About

Terminal MCP Server

[](https://smithery.ai/server/@weidwonder/terminal-mcp-server)

Notice 注意事项

Current Project not in maintance anymore. I recommend you guys to use more advanced command tool —— Desktop Commander 当前项目已经不在维护。我建议大家用更先进的终端MCP工具 Desktop Commander

*中文文档*

Terminal MCP Server is a Model Context Protocol (MCP) server that allows executing commands on local or remote hosts. It provides a simple yet powerful interface for AI models and other applications to execute system commands, either on the local machine or on remote hosts via SSH.

Features
  • Local Command Execution: Execute commands directly on the local machine
  • Remote Command Execution: Execute commands on remote hosts via SSH
  • Session Persistence: Support for persistent sessions that reuse the same terminal environment for a specified time (default 20 minutes)
  • Environment Variables: Set custom environment variables for commands
  • Multiple Connection Methods: Connect via stdio or SSE (Server-Sent Events)
Installation
Installing via Smithery

To install terminal-mcp-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @weidwonder/terminal-mcp-server --client claude
Manual Installation
# Clone the repository
git clone https://github.com/weidwonder/terminal-mcp-server.git
cd terminal-mcp-server

# Install dependencies
npm install

# Build the project
npm run build
Usage
Starting the Server
# Start the server using stdio (default mode)
npm start

# Or run the built file directly
node build/index.js
Starting the Server in SSE Mode

The SSE (Server-Sent Events) mode allows you to connect to the server remotely via HTTP.

# Start the server in SSE mod

Tags

smithery

Quality Signals

Quality Score3900
25
Stars
0
Installs
Last updated180 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcesmithery
Last commit9/17/2025
View on GitHub→