win-cli-mcp-server
This MCP server enables secure command-line interactions on Windows systems.
The Windows CLI MCP Server facilitates controlled access to various command-line interfaces such as PowerShell, CMD, and Git Bash, as well as remote systems via SSH. It allows MCP clients to perform operations on your system, ensuring that interactions are secure and manageable. Users can configure settings to restrict access to certain paths and commands, enhancing the security of their systems while utilizing the server's capabilities. With features like directory restrictions, command blocks, and customizable security settings, this server provides a robust solution for managing command-line access. However, it is important to consider the security implications of enabling such access, as it can grant significant control over your files and system environment. For detailed configuration options and security considerations, users are encouraged to refer to the documentation.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"win-cli-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-win-cli-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions