Skip to content

Desktop app MCP Tools hanging for 5-10 minutes then failing. #22451

Description

@bimnow

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

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

  1. Configure any MCP server (SSH, filesystem, etc.)
  2. Attempt to use MCP tool
  3. Observe 5+ minute hang
  4. 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

  1. Install Claude Desktop version 1.1.1520 (Windows)

  2. 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"
      ]
    }
  }
}
  1. Restart Claude Desktop completely (close and reopen)

  2. Verify MCP server connected - check for hammer icon (🔨) in chat input box

  3. Start timer - note current time (HH:MM:SS)

  4. Send this prompt:

   Please use the filesystem MCP tool to list all files in Documents folder
  1. 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"
  2. Record end time - note when error appears (HH:MM:SS)

  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:mcpbugSomething isn't workinghas reproHas detailed reproduction stepsplatform:windowsIssue specifically occurs on Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions