Best for
- Developers who need to invoke commands through MCP
- Local automation scenarios where command permissions and working directories can be managed
The source lists this server as active at version 1.0.0 and documents three transport options. No tool names, client compatibility, or authentication configuration are provided, so they are not inferred.
mcp-server-commands is an MCP server in the UI-TARS-desktop repository for running arbitrary commands. It is distributed as the npm package @agent-infra/mcp-server-commands and supports stdio, SSE, and Streamable HTTP transports. An optional current working directory can be configured; SSE and Streamable HTTP also require a port.
Use the npm package @agent-infra/mcp-server-commands. In stdio mode, configure cwd optionally. In SSE and Streamable HTTP modes, use npx and configure the port, which defaults to 8089.