Win Cli MCP Server

v1.0.0Developer Toolsstable

Execute a command in the specified shell (powershell, cmd, or gitbash) Example usage (PowerShell): '''json { 'shell': 'powershell', 'command': 'Get-Process | Select-Object -First 5', 'workingDi

command-line
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Execute a command in the specified shell (powershell, cmd, or gitbash) Example usage (PowerShell): '''json { 'shell': 'powershell', 'command': 'Get-Process | Select-Object -First 5', 'workingDi

Features

  • execute_command
  • get_command_history
  • ssh_execute

Use Cases

Execute a command in the specified shell (powershell, cmd, or gitbash) Example usage (PowerShell): '''json { 'shell': 'powershell', 'command': 'Get-Process | Select-Object -First 5', 'workingDi
Get the history of executed commands Example usage: '''json { 'limit': 5 } ''' Example response: '''json [ { 'command': 'Get-Process', 'output': '...', 'timestamp': '2024-03-20T10:30
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @simonb97/server-win-cli

Manual Installation

npx -y @simonb97/server-win-cli

Examples

No examples available for this server.

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Developer Tools MCP Servers

Explore other servers in the Developer Tools category.

Quick Config Preview

{ "mcpServers": { "win-cli": { "command": "npx", "args": ["-y", "@simonb97/server-win-cli"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Win Cli MCP Server?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides