Integrations
Allows the execution of command-line operations on Linux systems through a persistent shell session, providing access to Linux system commands and utilities.
CMD MCP Server
A Model Context Protocol (MCP) server implementation for executing CMD commands on both Windows and Linux, as well as allowing SSH connections. This server allows you to integrate command-line operations with MCP-compatible applications.
Features
- Execute CMD commands through MCP
- TypeScript implementation
- Built on the official MCP SDK
- Cross-platform compatibility
Installation
Installing via Smithery
To install CMD Server for Claude Desktop automatically via Smithery:
Manual Installation
Prerequisites
- Node.js (v16 or higher recommended)
- npm or yarn package manager
Usage
Configuration
The server can be configured through environment variables or a configuration object:
Development
To set up the development environment:
- Clone the repository:
- Install dependencies:
- Build the project:
Scripts
npm run build
- Compile TypeScript to JavaScriptnpm run prepare
- Prepare the package for publishing
Dependencies
@modelcontextprotocol/sdk
: ^1.0.1glob
: ^10.3.10zod-to-json-schema
: ^3.23.5
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Security
Please note that executing command-line operations can be potentially dangerous. Make sure to implement proper security measures and input validation when using this server in production environments.
Support
For issues and feature requests, please use the GitHub issue tracker.
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
MCP server allowing any and all command execution over CMD
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2556133TypeScriptMIT License
- AsecurityAlicenseAqualityA secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.Last updated -174PythonMIT License
- AsecurityAlicenseAqualityA secure MCP server for executing whitelisted shell commands with resource and timeout controls, designed for integration with Claude and other MCP-compatible LLMs.Last updated -201432TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that enables secure execution of shell commands across Windows, macOS, and Linux with built-in whitelisting and approval mechanisms for enhanced security.Last updated -13JavaScriptMIT License