mcp-server-commands

general MCP Server

Model Context Protocol server to run commands (tool: `runProcess`)

Install Ready
generalgeneral
3 views227 stars34 forksv0.8.2MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
227
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx mcp-server-commands

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-commands": {
      "command": "npx",
      "args": [
        "mcp-server-commands"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

5
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (5)

Optional

`stdin` parameter means your LLM can

Returns

`STDOUT` and `STDERR` as text

run_process

run a command, i.e. `hostname` or `ls -al` or `echo "hello world"` etc

pass

scripts over `STDIN` to commands like `fish`, `bash`, `zsh`, `python`

create

files with `cat >> foo/bar.txt` from the text in `stdin`