# io.github.bytedance/mcp-server-commands (npm · @agent-infra/mcp-server-commands)

An MCP server to run arbitrary commands

- Trust score: 49/100 (low)
- Change this week: −10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@agent-infra/mcp-server-commands`: 49/100 (this document), [markdown](https://verifymcp.io/servers/bytedance-mcp-server-commands/agent-infra-mcp-server-commands.md), [page](https://verifymcp.io/servers/bytedance-mcp-server-commands/agent-infra-mcp-server-commands)

## Channel facts

- Registry: `npm`
- Package: `@agent-infra/mcp-server-commands`
- Version: `latest`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 50/100
  - No malware found by supply-chain analysis.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: the declared version isn't published, so its provenance can't be verified.
  - License check failed: no license is declared.
  - Actively maintained (last published 230 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 120 tokens (~60/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add bytedance-mcp-server-commands -- npx -y @agent-infra/mcp-server-commands
```

### Codex

```bash
codex mcp add bytedance-mcp-server-commands -- npx -y @agent-infra/mcp-server-commands
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bytedance-mcp-server-commands": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@agent-infra/mcp-server-commands"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bytedance-mcp-server-commands --command npx --arg -y --arg @agent-infra/mcp-server-commands
```

### Hermes

```yaml
mcp_servers:
  bytedance-mcp-server-commands:
    command: "npx"
    args: ["-y", "@agent-infra/mcp-server-commands"]
```

### Other

```json
{
  "mcpServers": {
    "bytedance-mcp-server-commands": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-commands"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 49, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 34, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 41, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 59, +33)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair

### 2026-07-26 (score 26)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (2)

### `run_command` (~42 tokens)

Run a command on this linux machine

Input parameters:

- `command` (string, required): Command with args
- `cwd` (string): Current working directory, leave empty in most cases

### `run_script` (~78 tokens)

Run a script on this linux machine

Input parameters:

- `cwd` (string): Current working directory, leave empty in most cases
- `interpreter` (string): Command with arguments. Script will be piped to stdin. Examples: bash, fish, zsh, python, or: bash --norc
- `script` (string, required): Script to run

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/bytedance-mcp-server-commands/agent-infra-mcp-server-commands#diagnostics

## Score history

- 2026-08-03: 49
- 2026-08-02: 49
- 2026-08-01: 34
- 2026-07-31: 34
- 2026-07-30: 41
- 2026-07-28: 59
- 2026-07-27: 59
- 2026-07-26: 26

## Links

- npm package: https://www.npmjs.com/package/@agent-infra/mcp-server-commands
- Socket report: https://socket.dev/npm/package/@agent-infra/mcp-server-commands
- Repository: https://github.com/bytedance/UI-TARS-desktop
- Changelog RSS feed: https://verifymcp.io/servers/bytedance-mcp-server-commands/agent-infra-mcp-server-commands/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bytedance-mcp-server-commands/agent-infra-mcp-server-commands/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bytedance-mcp-server-commands/agent-infra-mcp-server-commands
