Preflight Checklist
What's Wrong?
Environment
- Product: Claude Desktop (Windows GUI app, NOT Claude Code CLI)
- Version: 1.1.1520 (48ced7)
- OS: Windows 11
- Date Started: February 1, 2026
Bug Description
ALL MCP tool calls hang for exactly ~5 minutes, then fail with "No result received from client-side tool execution". This makes Claude Desktop completely unusable for any MCP-based workflows.
Reproduction Steps
- Configure any MCP server (SSH, filesystem, etc.)
- Attempt to use MCP tool
- Observe 5+ minute hang
- Tool fails with "No result received from client-side tool execution"
Tested MCP Servers (ALL FAIL):
- SSH server (custom tradasite server to 91.99.146.87)
- Filesystem servers
- All operations timeout
Timing Evidence
Test performed: 21:20:05 → 21:25:46 = 5 minutes 41 seconds hang
Expected Behavior
MCP tools should execute within seconds, not hang for 5+ minutes
Actual Behavior
- 5+ minute freeze
- No progress indication
- Eventually fails with "No result received"
- Operation never executes on server
Screenshots
[Attach your 3 screenshots showing the hang and timestamps]
Related Issues
May be related to Claude Code MCP hanging bugs reported Jan 31, 2026:
Impact
CRITICAL - Production blocking
- Unusable for development workflows
- All MCP functionality broken
- No workaround available
Request
Emergency hotfix needed - this version is completely broken for MCP users.
What Should Happen?
Claude should connect to my server instantly (5 seconds), perform coding tasks, and summerise without delays.
Error Messages/Logs
The command didn't return output. Let me try a simpler search.
No result received from client-side tool execution.
Steps to Reproduce
Steps to Reproduce
-
Install Claude Desktop version 1.1.1520 (Windows)
-
Configure a simple filesystem MCP server in %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\%USERNAME%\\Documents"
]
}
}
}
-
Restart Claude Desktop completely (close and reopen)
-
Verify MCP server connected - check for hammer icon (🔨) in chat input box
-
Start timer - note current time (HH:MM:SS)
-
Send this prompt:
Please use the filesystem MCP tool to list all files in Documents folder
-
Observe the hang:
- MCP tool call is initiated
- Application shows spinner/loading state
- Application becomes unresponsive
- Wait and time it - will hang for approximately 5+ minutes
- Eventually fails with error: "No result received from client-side tool execution"
-
Record end time - note when error appears (HH:MM:SS)
-
Calculate duration - should be approximately 5-6 minutes
Minimal Example
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config content:
{
"mcpServers": {
"test-filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "C:\\temp"]
}
}
}
Test prompt: "Use the test-filesystem MCP to create test.txt with content 'hello'"
Expected: File created in ~1-5 seconds
Actual: 5+ minute hang, then failure with "No result received"
Timing Evidence from Real Test
- Start: 21:20:05
- End: 21:25:46
- Duration: 5 minutes 41 seconds
- Result: Operation failed, MCP tool never executed
Reproduced On
- Windows 11
- Claude Desktop v1.1.1520 (48ced7)
- Multiple different MCP servers (filesystem, SSH, custom servers)
- All MCP tools exhibit identical ~5 minute timeout behavior
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
1.1.1520 (48ced7)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
No response
Preflight Checklist
What's Wrong?
Environment
Bug Description
ALL MCP tool calls hang for exactly ~5 minutes, then fail with "No result received from client-side tool execution". This makes Claude Desktop completely unusable for any MCP-based workflows.
Reproduction Steps
Tested MCP Servers (ALL FAIL):
Timing Evidence
Test performed: 21:20:05 → 21:25:46 = 5 minutes 41 seconds hang
Expected Behavior
MCP tools should execute within seconds, not hang for 5+ minutes
Actual Behavior
Screenshots
[Attach your 3 screenshots showing the hang and timestamps]
Related Issues
May be related to Claude Code MCP hanging bugs reported Jan 31, 2026:
Impact
CRITICAL - Production blocking
Request
Emergency hotfix needed - this version is completely broken for MCP users.
What Should Happen?
Claude should connect to my server instantly (5 seconds), perform coding tasks, and summerise without delays.
Error Messages/Logs
Steps to Reproduce
Steps to Reproduce
Install Claude Desktop version 1.1.1520 (Windows)
Configure a simple filesystem MCP server in
%APPDATA%\Claude\claude_desktop_config.json:{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "C:\\Users\\%USERNAME%\\Documents" ] } } }Restart Claude Desktop completely (close and reopen)
Verify MCP server connected - check for hammer icon (🔨) in chat input box
Start timer - note current time (HH:MM:SS)
Send this prompt:
Observe the hang:
Record end time - note when error appears (HH:MM:SS)
Calculate duration - should be approximately 5-6 minutes
Minimal Example
Config file location:
%APPDATA%\Claude\claude_desktop_config.jsonConfig content:
{ "mcpServers": { "test-filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "C:\\temp"] } } }Test prompt: "Use the test-filesystem MCP to create test.txt with content 'hello'"
Expected: File created in ~1-5 seconds
Actual: 5+ minute hang, then failure with "No result received"
Timing Evidence from Real Test
Reproduced On
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
1.1.1520 (48ced7)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
No response