Powershell Utf8 Fixer
MCP Serverby Mineru98 · Added 5mo ago
Claude
3
Install
git clone https://github.com/Mineru98/skills-storeAdd to Claude
claude mcp add powershell-utf8-fixerQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"powershell-utf8-fixer": {
"command": "npx",
"args": [
"@modelcontextprotocol/powershell-utf8-fixer"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Detect and fix PowerShell script encoding issues that cause Korean and other non-ASCII characters to display incorrectly on Windows. Use when (1) PowerShell scripts display garbled Korean/non-ASCII text, (2) creating new .ps1 files with non-ASCII content, (3) validating encoding before committing PowerShell scripts, or (4) troubleshooting character display issues in PowerShell output.
Tags
developmentshellbashnodeci/cdskill