★ 0 stars
JavaScript
💻 Code/Dev Tools
Updated today
An MCP (Model Context Protocol) server that exposes PowerShell command execution to any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, etc.).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"powershell-mcp-serve": {
"command": "npx",
"args": [
"-y",
"yossifibrahem/powershell-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add powershell-mcp-serve npx -y yossifibrahem/powershell-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"powershell-mcp-serve": {
"command": "npx",
"args": [
"-y",
"yossifibrahem/powershell-mcp-server"
]
}
}
}
📋 Copy
Topics
automation mcp powershell typescript