CMD-MCP-Server

PhialsBasement/CMD-MCP-Server
★ 24 stars JavaScript 🤖 AI/LLM Updated 23d ago
MCP server for executing CMD commands. Can be hooked to claude for additional agentics.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cmd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "PhialsBasement/CMD-MCP-Server"
      ]
    }
  }
}