MCP Hub
Back to servers

Terminal Command Executor

MCP (Model Context Protocol) Server. Provides secure command-line access for executing shell commands with TypeScript validation, returning structured output and error streams through a lightweight stdio-based server.

Stars
2
Validated
Jan 11, 2026

Add this to your model context protocol json file

"terminal-mcp": {
      "command": "node",
      "args": [
        "/users/annhoward/src/model_context_protocol_server/claude_workspace/terminal-mcp/build/index.js"
      ]
    },

Reviews

No reviews yet

Sign in to write a review

Terminal Command Executor — MCP Server | MCP Hub