claude-code - 💡(How to fix) Fix [BUG] Plugin marketplace MCP connector remains stuck "still connecting" when mcp-remote requires OAuth

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Code Example

{
  "command": "npx",
  "args": [
    "-y",
    "mcp-remote",
    "https://my-mcp-311582256818.us-east1.run.app/mcp"
  ]
}

---
RAW_BUFFERClick to expand / collapse

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?

A Claude plugin installed from an organization plugin marketplace registers an MCP connector correctly, but the connector never becomes available when the connector command uses mcp-remote against a remote OAuth-protected MCP server.

The same mcp-remote command works from a terminal, including browser-based OAuth authorization and successful proxy establishment. In Claude, tool discovery reports that the MCP server is still connecting indefinitely.

Environment

  • Claude app / organization plugin marketplace
  • Plugin installed from a GitHub-backed Claude plugin marketplace
  • MCP in private GitHub repo
  • Connector command:
{
  "command": "npx",
  "args": [
    "-y",
    "mcp-remote",
    "https://my-mcp-311582256818.us-east1.run.app/mcp"
  ]
}

Running npx -y mcp-remote https://my-mcp-3115822568178.us-east1.run.app/mcp works correctly: the oauth workflow runs in the user's browser and authentications without issues.

What Should Happen?

Connectors (MCPs) in custom plugins should work in Claude Cowork. Currently, they do not.

Error Messages/Logs

Steps to Reproduce

See above

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

Claude 1.9255.2

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING