MCP PowerShell Exec server allows AI agents to run PowerShell scripts on Windows systems. It provides secure script execution with input/output handling. Connects to local or remote Windows machines via WinRM. Useful for developers automating Windows administration tasks, managing configurations, or integrating PowerShell workflows into AI-driven automation pipelines.
MCP PowerShell Exec server allows AI agents to run PowerShell scripts on Windows systems. It provides secure script execution with input/output handling. Connects to local or remote Windows machines via WinRM. Useful for developers automating Windows administration tasks, managing configurations, or integrating PowerShell workflows into AI-driven automation pipelines.
pip install mcp-powershell-execAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dfinke-mcp-powershell-exec-github": {
"command": "uvx",
"args": [
"pip install mcp-powershell-exec"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp powershell exec?"
No configuration required. This server works out of the box.
"What resources are available in mcp powershell exec?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp powershell exec"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp powershell exec with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.