Environment
- OS: Windows 11 (reproduced on multiple machines)
- Claude Desktop: current
- MCPB manifest version: 0.3
- Server type:
node, entry point via mcp-remote remote proxy
What happens
Installing an .mcpb file via Claude Desktop Org Settings → Add → Custom → Desktop:
- Org-level install prompt appears and completes successfully (Settings → Organization → Connectors → Add → Custom → Desktop)
- User-level install shows a progress bar that never advances (Settings → Connectors → Customize → (+) → Browse Connectors → our org's connector → (+) → Install)
- No error is shown - you can dismiss it with X
- The extension is never installed, no matter how long you wait
What I've ruled out
- Reproduced on multiple machines with different users - not environment-specific
- Full uninstall + reinstall of Claude Desktop (including all user data) does not fix it
- MCP server connects and functions properly via manual workaround - not an issue with the .mcpb file itself
Workaround
Manually adding the server to %APPDATA%\Claude\claude_desktop_config.json:
"mcpServers": {
"my-server": {
"command": "npx",
"args": ["mcp-remote@0.1.38", "https://<endpoint>/mcp"]
}
}
Environment
node, entry point viamcp-remoteremote proxyWhat happens
Installing an
.mcpbfile via Claude Desktop Org Settings → Add → Custom → Desktop:What I've ruled out
Workaround
Manually adding the server to
%APPDATA%\Claude\claude_desktop_config.json: