Terminal Command Executor
About
Provides secure command-line access for executing shell commands with TypeScript validation, returning structured output and error streams through a lightweight stdio-based server.
Details
- Author
- lizthedeveloper
- Repository
- lizTheDeveloper/terminal-mcp-idk
- GitHub stars
- 2
- Categories
- Productivity, Design, Developer Tools, AI, Database, Infrastructure, Frontend
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Terminal Command ExecutorCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/users/annhoward/src/model_context_protocol_server/claude_workspace/terminal-mcp/build/index.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"terminal command executor": {
"cwd": "",
"env": {},
"args": [
"/users/annhoward/src/model_context_protocol_server/claude_workspace/terminal-mcp/build/index.js"
],
"shell": false,
"command": "node"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"/users/annhoward/src/model_context_protocol_server/claude_workspace/terminal-mcp/build/index.js"
],
"shell": false,
"command": "node"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"/users/annhoward/src/model_context_protocol_server/claude_workspace/terminal-mcp/build/index.js"
],
"shell": false,
"command": "node"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"/users/annhoward/src/model_context_protocol_server/claude_workspace/terminal-mcp/build/index.js"
],
"shell": false,
"command": "node"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





