MCP server intelligence profile

Windows Command Line MCP Server

A secure Model Context Protocol server that allows AI models to safely interact with Windows command-line functionality, enabling controlled execution of system commands, project creation, and system information retrieval

Local Onlyalxspiker
Awaiting current scanSource Git · 22042fb0071133c8681b796d36cf7cac4d892de5

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
8Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugwindows-command-line-mcp-server-8874810cDeploymentLocal Only
Canonical packageRepositoryalxspiker/Windows-Command-Line-MCP-Server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitalxspiker/windows-command-line-mcp-server22042fb0071133c8681b796d36cf7cac4d892de51Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitalxspiker/windows-command-line-mcp-server22042fb0071133c8681b796d36cf7cac4d892de5CurrentAug 25, 20268 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
windows-command-lineServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 8

ToolCategoryAnnotationsRisk
execute_commandExecute a Windows command and return its output. Only commands in the allowed list can be executed. This tool should be used for running simple commands like 'dir', 'echo', etc.
Input schema
{
  "type": "object",
  "properties": {
    "command": {
      "type": "string",
      "description": "The command to execute"
    },
    "workingDir": {
      "type": "string",
      "description": "Working directory for the command"
    },
    "timeout": {
      "type": "number",
      "default": 30000,
      "description": "Timeout in milliseconds"
    }
  },
  "required": [
    "command"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
execute_powershellExecute a PowerShell script and return its output. This allows for more complex operations and script execution. PowerShell must be in the allowed commands list.
Input schema
{
  "type": "object",
  "properties": {
    "script": {
      "type": "string",
      "description": "PowerShell script to execute"
    },
    "workingDir": {
      "type": "string",
      "description": "Working directory for the script"
    },
    "timeout": {
      "type": "number",
      "default": 30000,
      "description": "Timeout in milliseconds"
    }
  },
  "required": [
    "script"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_network_infoRetrieve network configuration information including IP addresses, adapters, and DNS settings. Can be filtered to a specific interface.
Input schema
{
  "type": "object",
  "properties": {
    "networkInterface": {
      "type": "string",
      "description": "Optional interface name to filter results"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_scheduled_tasksRetrieve information about scheduled tasks on the system. Can query all tasks or get detailed status of a specific task.
Input schema
{
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "query",
        "status"
      ],
      "default": "query",
      "description": "Action to perform"
    },
    "taskName": {
      "type": "string",
      "description": "Name of the specific task (optional)"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_service_infoRetrieve information about Windows services. Can query all services or get detailed status of a specific service.
Input schema
{
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "query",
        "status"
      ],
      "default": "query",
      "description": "Action to perform"
    },
    "serviceName": {
      "type": "string",
      "description": "Service name to get info about (optional)"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_system_infoRetrieve system information including OS, hardware, and user details. Can provide basic or full details.
Input schema
{
  "type": "object",
  "properties": {
    "detail": {
      "type": "string",
      "enum": [
        "basic",
        "full"
      ],
      "default": "basic",
      "description": "Level of detail"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_allowed_commandsList all commands that are allowed to be executed by this server. This helps understand what operations are permitted.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_running_processesList all running processes on the system. Can be filtered by providing an optional filter string that will match against process names.
Input schema
{
  "type": "object",
  "properties": {
    "filter": {
      "type": "string",
      "description": "Optional filter string to match against process names"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Windows Command Line MCP Server questions

How do I install Windows Command Line MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Windows Command Line MCP Server provide?

Windows Command Line MCP Server exposed 8 tools during independent protocol observation, including execute_command, execute_powershell, get_network_info, get_scheduled_tasks, get_service_info, get_system_info, list_allowed_commands, list_running_processes.

Is Windows Command Line MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.