Persistent RPC: connection ended: failed to read length: EOF が出るとき、まず疑うべきことこの症状は、手元の issue 報告を見る限り、少なくとも Windows で Claude Desktop / Claude Browser MCP を使った直後に再現しています。#85199 では Claude Desktop が何度もクラッシュし、Windows 側に「Advanced Options → Repair」を促す表示が出ています。#85305 では Claude Browser MCP の preview_start が成功した直後に、セッションがそこで途切れています。どちらも、画面上のエラーより前に、RPC や MCP のやり取りが途中で切れているように見えます。
参照した issue は #85199 と #85305 です。
自分のケースかどうかを切り分けるなら、まず「ブラウザ系の MCP 操作の直後に落ちるか」「Claude Desktop が勝手に終了して Windows 側で Repair を求められるか」を見ます。#85305 の報告では、複数のセッションで Tool 'preview_start' completed successfully のあとに何も記録されず、そのままセッションが終わっています。つまり、失敗メッセージが出る前に通信が切れている可能性があります。#85199 でも、CoworkVMService の初期化自体は成功しているのに、その後にクラッシュしています。
"[env_summary]
OS : Darwin 25.3.0 (arm64)
Python : 3.14.2
検証日時 : 2026-08-10T12:37:36+09:00"
$ claude --version
2.1.207 (Claude Code)
$ claude doctor
Claude Code doctor
Running: native (2.1.207)
Commit: bc512d563325
Platform: darwin-arm64
Path: ~/.local/share/claude/versions/2.1.207
Config install method: native
Search: OK (bundled)
Auto-updates: enabled
Auto-update channel: latest
Last update attempt: none recorded
Multiple installations found
- npm-global at /usr/local/bin/claude
- native at ~/.local/bin/claude
Remote Control
Control this session from claude.ai/code or the Claude mobile app
1 warning found
- Leftover npm global installation at /usr/local/bin/claude
Fix: Run: npm -g uninstall @anthropic-ai/claude-code
For a full setup checkup that can also fix issues, run /doctor in a Claude Code session.
この出力で確認できるのは、少なくとも筆者の環境では claude doctor が「Multiple installations found」と「Leftover npm global installation」を警告していたことです。ただし、これが Persistent RPC: connection ended: failed to read length: EOF の直接原因だとは、この出力だけでは言えません。関係があるかどうかは分からないままです。
現時点で issue から言えるのは、少なくとも次の2パターンが報告されていることです。ひとつは Windows の Claude Desktop がクラッシュし、修復を求められるケース。もうひとつは Claude Browser MCP の preview_start が成功した直後に、ログが止まってセッションが終わるケースです。どちらも「操作は成功したように見えるのに、その直後に接続が切れる」という点が共通しています。
確認作業としては、まず再現タイミングを記録するのが現実的です。もし preview_start や javascript_tool の直後だけ落ちるなら、issue #85305 に近い可能性があります。Claude Desktop が起動後しばらくして勝手に終了し、Windows の Repair が出るなら #85199 に近いです。逆に、どちらにも当てはまらないなら、現時点では同じ症状だと断定できません。
手元の claude doctor では、インストールが複数見つかっていました。少なくともこの警告は実測で確認できています。
Multiple installations found
- npm-global at /usr/local/bin/claude
- native at ~/.local/bin/claude
1 warning found
- Leftover npm global installation at /usr/local/bin/claude
Fix: Run: npm -g uninstall @anthropic-ai/claude-code
ただし、この警告を消せば今回の EOF 系の RPC エラーが直る、とは書けません。issue 側にも、そこまでの確証はありませんでした。したがって、ここでは「見つかった事実」として扱うのが妥当です。
現時点では、解決策が確立したとは言えません。少なくとも公開されている報告では、Claude Browser MCP 直後の切断と、Windows での Repair 要求が目立っています。自分の環境でも同じような切れ方をするか、まずそこを照合するのが先です。
claude --version : 2.1.207 (Claude Code)
OS : Darwin 25.3.0 (arm64)
Python : 3.14.2
検証日時 : 2026-08-10T12:37:36+09:00