CMD MCP Server
@PhialsBasement
About CMD MCP Server
MCP server for executing CMD commands. Can be hooked to claude for additional agentics.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"CMD-MCP-Server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"server-cmd",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is CMD MCP Server?
CMD MCP Server is a Model Context Protocol (MCP) server implementation for executing CMD commands on Windows and Linux, as well as allowing SSH connections. It is designed for developers and users who want to integrate command-line operations with MCP-compatible applications.
How to use CMD MCP Server?
Install via npm (npm install server-cmd) or automatically via Smithery (npx -y @smithery/cli install server-cmd --client claude). Then import and initialize the server in TypeScript: const server = new MCPCmdServer(); server.start();. Configuration can be passed via environment variables or a config object.
Key features of CMD MCP Server
- Execute CMD commands through MCP
- TypeScript implementation built on the official MCP SDK
- Cross-platform compatibility (Windows and Linux)
- SSH connection support
Use cases of CMD MCP Server
- Automating command-line operations from MCP‑compatible AI assistants
- Running remote commands via SSH through an MCP interface
- Integrating shell scripts into LLM‑powered workflows
FAQ from CMD MCP Server
Is CMD MCP Server cross‑platform?
Yes, it supports both Windows and Linux for executing CMD commands.
What are the prerequisites?
Node.js v16 or higher and npm or yarn.
How do I install CMD MCP Server?
Use npm install server-cmd for manual installation, or the Smithery CLI for automatic installation with Claude Desktop.
Is it safe to use?
The README warns that command‑line operations can be dangerous. Proper security measures and input validation should be implemented in production environments.
Frequently asked questions
Is CMD MCP Server cross‑platform?
Yes, it supports both Windows and Linux for executing CMD commands.
What are the prerequisites?
Node.js v16 or higher and npm or yarn.
How do I install CMD MCP Server?
Use `npm install server-cmd` for manual installation, or the Smithery CLI for automatic installation with Claude Desktop.
Is it safe to use?
The README warns that command‑line operations can be dangerous. Proper security measures and input validation should be implemented in production environments.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments