Back to MCP Servers

Server Commands

Run any command with `run_command` and `run_script` tools.

coding-agents
By g0t4

Installation

npx -y mcp-server-commands

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub