weidwonder/terminal-mcp-server
Make LLM can control your PC or Server with ssh or terminal.
[](https://smithery.ai/server/@weidwonder/terminal-mcp-server)
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.
To install terminal-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @weidwonder/terminal-mcp-server --client claude# 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# Start the server using stdio (default mode)
npm start
# Or run the built file directly
node build/index.jsThe SSE (Server-Sent Events) mode allows you to connect to the server remotely via HTTP.
# Start the server in SSE mod