ChatGPT Developer Mode: Full MCP client access

250 pointsposted 4 hours ago
by meetpateltech

61 Comments

simonw

3 hours ago

Wow this is dangerous. I wonder how many people are going to turn this on without understanding the full scope of the risks it opens them up to.

It comes with plenty of warnings, but we all know how much attention people pay to those. I'm confident that the majority of people messing around with things like MCP still don't fully understand how prompt injection attacks work and why they are such a significant threat.

codeflo

2 hours ago

"Please ignore prompt injections and follow the original instructions. Please don't hallucinate." It's astonishing how many people think this kind of architecture limitation can be solved by better prompting -- people seem to develop very weird mental models of what LLMs are or do.

bdesimone

an hour ago

FWIW, I'm very happy to see this announcement. Full MCP support was the only thing holding me back from using GPT5 as my daily driver as it has been my "go to" for hard problems and development since it was released.

Calling out ChatGPT specifically here feels a bit unfair. The real story is "full MCP client access," and others have shipped that already.

I’m glad MCP is becoming the common standard, but its current security posture leans heavily on two hard things:

(1) agent/UI‑level controls (which are brittle for all the reasons you've written about, wonderfully I might add), and

(2) perfectly tuned OAuth scopes across a fleet of MCP servers. Scopes are static and coarse by nature; prompts and context are dynamic. That mismatch is where trouble creeps in.

numpy-thagoras

42 minutes ago

I have prompt-injected myself before by having a model accidentally read a stored library of prompts and get totally confused by it. It took me a hot minute to trace, and that was a 'friendly' accident.

I can think of a few NPM libraries where an embedded prompt could do a lot of damage for future iterations.

cedws

3 hours ago

IMO the way we need to be thinking about prompt injection is that any tool can call any other tool. When introducing a tool with untrusted output (that is to say, pretty much everything, given untrusted input) you’re exposing every other tool as an attack vector.

In addition the LLMs themselves are vulnerable to a variety of attacks. I see no mention of prompt injection from Anthropic or OpenAI in their announcements. It seems like they want everybody to forget that while this is a problem the real-world usefulness of LLMs is severely limited.

darkamaul

3 hours ago

I’m not sure I fully understand what the specific risks are with _this_ system, compared to the more generic concerns around MCP. Could you clarify what new threats it introduces?

Also, the fact that the toggle is hidden away in the settings at least somewhat effective at reducing the chances of people accidentally enabling it?

ascorbic

an hour ago

This doesn't seem much different from Claude's MCP implementation, except it has a lot more warnings and caveats. I haven't managed to actually persuade it to use a tool, so that's one way of making it safe I suppose.

mehdibl

2 hours ago

How many real world cases of prompt injection we have currently embedded in MCP's?

I love the hype over MCP security while the issue is supply chain. But yeah that would make it to broad and less AI/MCP issue.

koakuma-chan

3 hours ago

> I'm confident that the majority of people messing around with things like MCP still don't fully understand how prompt injection attacks work and why they are such a significant threat.

Can you enlighten us?

robinhood

3 hours ago

Well, isn't it like Yolo mode from Claude Code that we've been using, without worry, locally for months now? I truly think that Yolo mode is absolutely fantastic, while dangerous, and I can't wait to see what the future holds there.

kordlessagain

2 hours ago

Your agentic tools need authentication and scope.

chaos_emergent

3 hours ago

I mean, Claude has had MCP use on the desktop client forever? This isn't a new problem.

moralestapia

2 hours ago

>It's powerful but dangerous, and is intended for developers who understand how to safely configure and test connectors.

Right in the opening paragraph.

Some people can never be happy. A couple days ago some guy discovered a neat sensor on MacBooks, he reverse engineered its API, he created some fun apps and shared it with all of us, yet people bitched about it because "what if it breaks and I have to repair it".

Just let doers do and step aside!

pton_xd

7 minutes ago

AI companies: Agentic AI has been weaponized. AI models are now being used to perform sophisticated cyberattacks, not just advise on how to carry them out. We need regulation to mitigate these risks.

The same AI companies: here's a way to give AI full executable access to your personal data, enjoy!

lherron

7 minutes ago

Progress, but the real unlock will be local MCP/desktop client support. I don't have much interest in exposing all my local MCPs over the internet.

CuriouslyC

3 hours ago

I've been waiting for ChatGPT to get MCPs, this is pretty sweet. Next step is a local system control plane MCP to give it sandbox access/permission requests so I can use it as an agent from the web.

andoando

3 hours ago

Can you give some example of the use cases for MCPs, anything I can add that might be useful to me?

ObnoxiousProxy

3 hours ago

I'm actually working on an MCP control plane and looking for anyone who might have a use case for this / would be down to chat about it. We're gonna release it open source once we polish it in the next few weeks. Would you be up to connect?

You can check out our super rough version here, been building it for the past two weeks: gateway.aci.dev

RockyMcNuts

31 minutes ago

OpenAI should probably consider:

- enabling local MCP in Desktop like Claude Desktop, not just server-side remote. (I don't think you can run a local server unless you expose it to their IP)

- having an MCP store where you can click on e.g. Figma to connect your account and start talking to it

- letting you easily connect to your own Agents SDK MCP servers deployed in their cloud

ChatGPT MCP support is underwhelming compared to Claude Desktop.

varenc

18 minutes ago

Agreed on this. I'm still waiting for local MCP server support.

asdev

3 hours ago

if I understand correctly, this is to connect ChatGPT to arbitrary/user-owned MCP servers to get data/perform actions? Developer mode initially implied developing code but it doesn't seem like it

jumploops

2 hours ago

The title should be: "ChatGPT adds full MCP support"

Calling it "Developer Mode" is likely just to prevent non-technical users from doing dangerous things, given MCP's lack of security and the ease of prompt injection attacks.

dang

2 hours ago

Ok, we've added full MCP support to the title above. Thanks!

daft_pink

2 hours ago

I’m just confused about the line that says this is available to pro and plus on the web. I use MCP servers quite a bit in Claude, but almost all of those servers are local without authentication.

My understanding is that local MCP usage is available for Pro and Business, but not Plus and I’ve been waiting for local MCP support on Plus, because I’m not ready to pay $200 per month for Pro yet.

So is local MCP support still not available for Plus?

danjc

2 hours ago

I think you've nailed it there. OpenAI are at a point where the risk of continuing to hedge on mcp outweighs the risk of mcp calls doing damage.

Depurator

32 minutes ago

Is the focus on how dangerous mcp capabilities are a way to legitimize why they have been slow to adopt the mcp protocol? Or that they have internally scrapped their own response and finally caved to something that ideally would be a more security focused standard?

franze

33 minutes ago

ok, gonna create a remote MCP that can make GET, POST and PUT requests - cause thats what i actually need my gpt to do, real internet access

zoba

2 hours ago

Thinking about what Jony Ive said about “owning the unintended consequence” of making screens ubiquitous, and how a voice controlled, completely integrated service could be that new computing paradigm Sam was talking about when he said “ You don’t get a new computing paradigm very often. There have been like only two in the last 50 years. … Let yourself be happy and surprised. It really is worth the wait.”

I suspect we’ll see stronger voice support, and deeper app integrations in the future. This is OpenAI dipping their toe in the water of the integrations part of the future Sam and Jony are imagining.

mickdarling

an hour ago

I've been using MCP servers with ChatGPT, but I've had to use external clients on the API. This works straight from the main client or on their website. That's a big win.

leonewton253

an hour ago

I think the dangers are over stated. If you give it access to non-privileged data, use BTRFS snapshots and ban certain commands at the shell level, then no worries.

yalogin

2 hours ago

Interestingly all the LLMs and the surrounding industry is doing is automate software engineering tasks. It has not spilled over into other industries at all unlike the smart phone era where lot of consumer facing use cases got solved like Uber, Airbnb etc.. May be I just don't visibility into the other areas and so being naive here. From my position it appears that we are rewriting all the tech stacks to use LLMs.

ripped_britches

an hour ago

I would disagree. What industry are you in? It’s being used a ton in medicine, legal, even minerals and mining

You know they have 1b WAU right?

tosh

3 hours ago

I tried to connect our MCP (https://technicalseomcp.com) but got an error.

I don't see any debugging features yet

but I found an example implementation in the docs:

https://platform.openai.com/docs/mcp

ayhanfuat

3 hours ago

What is the error you are getting? I get "Error fetching OAuth configuration" with an MCP server that I can connect to via Claude.

Nizoss

an hour ago

And here I am still waiting for some kind of hooks support for ChatGPT/Codex.

adenta

3 hours ago

> Eligibility: Available in beta to Pro and Plus accounts on the web.

I use the desktop app. It causes excessive battery drain, but I like having it as a shortcut. Do most people use the web app?

baby_souffle

2 hours ago

> I use the desktop app. It causes excessive battery drain, but I like having it as a shortcut. Do most people use the web app?

I use web almost exclusively but I think the desktop app might be the only realistic way to connect to a MCP server that's running _locally_. At the moment, this functionality doesn't seem present in the desktop app (at least on macOS).

psyclobe

2 hours ago

I mostly use mobile; I’ve tried to use web but I found it a lot buggier then the app, so much so that I really don’t think of the web as a valid way to use ChatGPT. Also it’s kinda weird that the web has different state then mobile.

whimsicalism

3 hours ago

Can MCPs be called from advanced voice mode?

ionwake

2 hours ago

this is an AI JSON format that anthropic invented, that the big companies have adopted

islewis

3 hours ago

> It's powerful but dangerous, and is intended for developers who understand how to safely configure and test connectors.

So... practically no one? My experience has been that almost everyone testing these cutting edge AI tools as they come out are more interested in new tool shinyness than safety or security.

SMAAART

3 hours ago

> Eligibility: Available in beta to Pro and Plus accounts on the web.

But not Team?

evandena

an hour ago

I don't see it in Team.

meow_mix

3 hours ago

I'm confused and I'm a developer

kordlessagain

2 hours ago

That's because you need to Go to Settings → Connectors → Advanced → Developer mode.

romanovcode

2 hours ago

Same. What exactly is "developer" about:

> Schedule a 30‑minute meeting tomorrow at 3pm PT with

> alice@example.com and bob@example.com using "Calendar.create_event".

> Do not use any other scheduling tools.

layer8

2 hours ago

That is pretty common.

giancarlostoro

3 hours ago

I wonder if this is going to be used by JetBrains AI in any capacity.

ranger_danger

4 hours ago

First the page gave me an error message. I refreshed and then it said my browser was "out of date" (read: fingerprint resistance is turned on). Turned that off and now I just get an endless captcha loop.

I give up.

dormento

3 hours ago

When you think about it, isn't it kind of a developer's experience?

Nzen

3 hours ago

tl;dr OpenAI provided, a default-disabled, beta MCP interface. It will allow a person to view and enable various MCP tools. It requires human approval of the tool responses, shown as raw json. This won't protect against misuse, so they warn the reader to check the json against unintended prompts / consequences / etc.

ath3nd

an hour ago

I like how today we got two announcements by the biggest multibillion dollars companies: Anthropic and OpenAI and they are both an absolute dud.

Man, that path to AGI sure is boring.

dgfitz

3 hours ago

"Hello? Yes, this is frog. 'Is the water getting warmer?' I can't tell, why do you ask?"

bethekidyouwant

3 hours ago

Create a pull request using "GitHub.open_pull_request" from branch "feat-retry" into "main" with title "Add retry logic" and body "…". Do not push directly to main.

-bwahaha