# farag2/Sophia-Script-for-Windows | Model Context Protocol (MCP) Server > :zap: The most powerful open source tweaker on GitHub for fine-tuning Windows 10 & Windows 11 - **Stars**: ⭐ 9,269 - **Language**: PowerShell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Sophia-Script-for-Windows": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sophia-Script-for-Windows" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Sophia-Script-for-Windows": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sophia-Script-for-Windows" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Sophia-Script-for-Windows` - **Docker**: `docker run -i --rm mcp/Sophia-Script-for-Windows`