No. AFAIK you can only use Remote MCP servers that either don't require auth or implement OAuth. There is currently no way to specify API keys within Claude Desktop, Mobile or Web. Learned this while building my own Remote MCP solution by checking their docs: Transport and Auth Claude supports both SSE- and Streamable HTTP-based remote servers, although support for SSE may be deprecated in the coming months. Claude supports both authless and OAuth-based remote servers. Source: https://support.anthropic.com/en/articles/11503834-building-custom-connectors-via-remote-mcp-servers Answer from Lukaesch on reddit.com
🌐
Model Context Protocol
modelcontextprotocol.io › docs › develop › connect-remote-servers
Connect to remote MCP Servers - Model Context Protocol
Remote MCP servers function similarly to local MCP servers but are hosted on the internet rather than your local machine. They expose tools, prompts, and resources that Claude can use to perform tasks on your behalf.
🌐
Cloudflare
developers.cloudflare.com › directory › agents › guides › test a remote mcp server
Test a Remote MCP Server · Cloudflare Agents docs
Once authenticated (if required), ... ↗ doesn't yet support remote MCP clients, you can use the mcp-remote local proxy ↗ to connect it to your remote MCP server....
🌐
Claude
support.claude.com › en › articles › 11175166-getting-started-with-custom-connectors-using-remote-mcp
Getting Started with Custom Connectors Using Remote MCP | Claude Help Center
Optionally, click “Advanced ... for your server. Finish configuring your connector by clicking "Add." ... Navigate to Settings > Connectors. Locate the "Connectors" section. Click "Add custom connector" at the bottom of the section.
🌐
Reddit
reddit.com › r/claudeai › can i connect claude desktop to remote mcp server via api key directly? (no oauth)
r/ClaudeAI on Reddit: Can I connect Claude Desktop to Remote MCP server via API KEY Directly? (No OAuth)
August 13, 2025 -

As the title says, I have an API that supports api keys, but I haven't implemented OAuth flow. I want to expose some of it as MCP tools through an remote MCP server (not a local one installed via node). I want this server to be accessible through Claude Desktop. Is that doable at all? It seems like the only supported way for remote servers is through OAuth flow, if I want to use copied api token directly, I need to go with some local setup e.g. node installation or docker container. Any thoughts?

🌐
Reddit
reddit.com › r/claudeai › claude code now supports remote mcp servers, no local setup required!
r/ClaudeAI on Reddit: Claude Code Now Supports Remote MCP Servers, No Local Setup Required!
June 18, 2025 -

Just saw this update and had to share, Claude Code can now connect directly to remote MCP (Model Context Protocol) servers, which is a game changer for developers using cc.

What this means:

  • Zero local configuration.. pull context from your tools straight into Claude Code

  • Direct integration.. with external services and APIs

  • Streamlined workflow.. for developers working with multiple tools and data sources

This basically eliminates the friction of setting up local MCP servers just to get Claude Code to work with your existing toolchain. You can now connect to remote servers and pull in context from databases, APIs, documentation systems, and more without any local setup hassle.

For anyone who's been using Claude Code for development work, you know how powerful it can be.

Perfect for:

  • Pulling live data from APIs

  • Accessing remote documentation

  • Integrating with cloud services

  • Working with team-shared resources

More details on Anthropic's site: https://www.anthropic.com/news/claude-code-remote-mcp

🌐
Liblab
liblab.com › model context protocol (mcp)
Connect Claude to an MCP Server | Generate SDKs for your API with liblab
Access to Claude (Claude Desktop). ... A local MCP server generated with liblab CLI.
🌐
Natoma
natoma.ai › blog › how-to-enabling-mcp-in-claude-desktop
Enable MCP in Claude Desktop: Step-by-Step Guide | Natoma
Learn how to enable Model Context Protocol (MCP) in Claude Desktop. Step-by-step guide covers local, hosted, and remote server setup options. Get started today.
Find elsewhere
🌐
Apidog
apidog.com › blog › claude-ai-remote-mcp-server
How to Connect Claude AI to a Remote MCP Server
July 18, 2025 - ... This folder will be your workspace for Claude AI and MCP integrations. Let’s start by connecting Claude AI to Atlassian’s remote MCP server, which lets Claude interact with Jira and Confluence.
🌐
Claude Docs
platform.claude.com › docs › en › agents-and-tools › remote-mcp-servers
Remote MCP servers - Claude Docs
Several companies have deployed remote MCP servers that developers can connect to via the Anthropic MCP connector API.
🌐
Apollo GraphQL
apollographql.com › tutorials › intro-mcp-graphql › 05-connecting-claude
Connecting our MCP server to our AI assistant Claude - GraphQL Tutorials
With this configuration, we're asking Claude to execute a specific NPM package, mcp-remote, to connect to an MCP server that's already running. We've provided the URL where our own MCP server is running. Here's what your full claude_desktop_config.json should look like.
🌐
Medium
medium.com › the-context-layer › anthropic-just-launched-remote-mcp-support-in-claude-desktop-1f7657e9fc55
Anthropic Just Launched Remote MCP Support In Claude Desktop! | by Jannis | The Context Layer | Medium
June 4, 2025 - Remote MCP changes this by allowing Claude to work seamlessly with remote MCP servers across the web and desktop apps, with developers able to build and host servers that enhance Claude’s capabilities while users can discover and connect any number of these to Claude!
🌐
Reddit
reddit.com › r/claudeai › remote mcp that works in claude desktop
r/ClaudeAI on Reddit: Remote MCP that works in claude desktop
May 3, 2025 -

Hi,

I am trying to build remote mcps for my projects and I _cant_ get it to work. I've gotten it to work in MCP inspector many times. No warnings, auth works perfectly etc. However as soon as I add the SSE url in claude desktop it refuses to acknowledge the MCP, only error I get is that there is no auth window being shown and no requests seems to be made to the MCP server. The output logs only say MCP error -32000 which seems to be un-googable.

To debug this I've tried mimicing the header/server behavior of paypal/atlassian, set up a proper ssl cert, pointed a external hostname to my service etc, nothing helps. My MCP console still sees no connection tries from anthropic or claude desktop, at all. When I do it in MCP Inspector I see all the OAuth requests.

Anyone have a good pointer to how to get this to work? I have a max subscription and have tested building using both python and typescript.

I also tried adding it from the claude.ai interface which only gives me a error that the "auth process is not working", but no requests are made to my server (which at this point is a external hostname with a working cert, however NOT using port 443). I have tried googling this to death but I cannot find any reference that remote mcps only work on port 443 (and it would be kinda nice by mcp inspector to warn about that if that was the case...).

🌐
Weavely
weavely.ai › blog › claude-mcp
How to add MCP servers to Claude (free and paid)
September 18, 2025 - Yes, you can manually configure ... in the Claude desktop app. Very easy, just go to Settings->Integrations, press "+ Add Custom Integration" and enter your MCP server's URL....