Skip to content

Commit d257cf2

Browse files
yotsudaclaude
andcommitted
Add MSIX workaround note for Register-PwshToClaudeDesktop
MSIX (Microsoft Store) installs virtualize %APPDATA%, causing Register-PwshToClaudeDesktop to write config to the wrong path. Added a warning with manual workaround instructions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f5254ad commit d257cf2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ Register-PwshToClaudeCode
152152
Register-PwshToClaudeDesktop
153153
```
154154

155+
> **⚠️ MSIX (Microsoft Store) installs:** `Register-PwshToClaudeDesktop` may write to the wrong config path due to MSIX filesystem virtualization. If MCP tools don't appear after restart, open Claude Desktop's **Settings → Developer → Edit Config** to find the actual config path, then manually add:
156+
> ```json
157+
> { "mcpServers": { "pwsh": { "command": "<paste output of Get-MCPProxyPath -Escape>" } } }
158+
> ```
159+
155160
**For other MCP clients:** Run `Get-MCPProxyPath -Escape` to get the JSON-escaped executable path, then add it to your client's configuration file manually.
156161
157162
#### 4. Restart your MCP client

0 commit comments

Comments
 (0)