claude-code - 💡(How to fix) Fix [FEATURE] Support Remote MCPs in Cowork as in Claude Code

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

Adding this to the Claude config under claude_desktop_config.json leads to an error on startup that it can't load the MCP and skips it.

Code Example

"mcpServers": {
        "custom-mcp": {
          "type": "http",
          "url": "https://ourcustom.mcp.com"
        }
      }
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Hi,

I've been looking through the issue-tracker and couldn't find any matching ticket.

We're in a situation where not every MCP is a STDIO one, but we have a few internal to our network that use http. Unfortunately, in Cowork it's not possible to easily use those as they require to be open to the public internet and are talked to by the Anthropic Cloud according to https://support.claude.com/en/articles/11176164-use-connectors-to-extend-claude-s-capabilities#h_4201f9e625

Custom connectors connect to your MCP server from Anthropic's cloud, not from your local device. Your server must be reachable over the public internet. If it's behind a firewall or on a private network

That's not what we want. These remote servers should stay internal to our network.

Adding this to the Claude config under claude_desktop_config.json leads to an error on startup that it can't load the MCP and skips it.

      "mcpServers": {
        "custom-mcp": {
          "type": "http",
          "url": "https://ourcustom.mcp.com"
        }
      }

I don't really understand the rationale behind that decision as it severely limits the usefulness and extendability of Cowork for people, if you ask me. Other connectors based on e.g. a command are also running locally. So I'm not sure why HTTP based ones need to be routed through this special path. Especially since this is already possible through Claude Code and works just fine.

Proposed Solution

I'd like to be able to add a custom HTTP-based remote MCP without the need to open it to the public internet and have feature parity between Claude Code and Claude Cowork in that regards.

Cheers, Christoph

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

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