A
securityA
licenseA
qualityAn MCP server to run commands.
Last updated -
2
446
138
TypeScript
MIT License
A simple MCP server that exposes a tool for running terminal commands.
Or use the MCP Inspector to test it:
This server exposes one tool:
Runs a terminal command and returns its output.
Parameters:
command
: The command to run in the terminalReturns:
stdout
: The standard output from the commandstderr
: The standard error output from the commandreturn_code
: The command's return code (0 typically means success)Example Usage in Claude:
This tool executes commands directly on your system. Use with caution as it can run any command with the same permissions as the user running the server.
This server cannot be installed
A simple MCP server that allows running terminal commands with output capture, enabling command execution on the host system from MCP-compatible clients like Claude Desktop.