> For the complete documentation index, see [llms.txt](https://help.intangible.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intangible.ai/overview/intangible-mcp/connect-chatgpt.md).

# Connect ChatGPT

Connect ChatGPT to Intangible's Model Context Protocol (MCP) server as a connector, then build 3D scenes from a chat.

Connect ChatGPT to Intangible by adding Intangible's Model Context Protocol (MCP) server as a connector. Once connected, you build 3D scenes by typing a brief into a ChatGPT chat. The server URL is `https://mcp.intangible.ai/mcp`.

## Before you connect ChatGPT

You need an Intangible account and a ChatGPT account whose settings show **Apps & Connectors**. Sign up for Intangible at [studio.intangible.ai](https://studio.intangible.ai) if needed – see [Sign up and set up](/overview/get-started/sign-up-and-set-up.md). Connector availability depends on your ChatGPT plan and workspace settings; if you don't see Apps & Connectors, check with your workspace admin.

## ChatGPT: add the Intangible connector

Add Intangible under ChatGPT's connector settings.

1. Go to **Settings › Apps & Connectors** and click **Create**.
2. Set the name to **Intangible** and the server URL to `https://mcp.intangible.ai/mcp`.
3. Set **Transport** to **Streamable HTTP** and **Authentication** to **OAuth**. Sign in to Intangible and approve access.

## ChatGPT: enable Intangible in a chat

Turn Intangible on inside a ChatGPT chat. In a new chat, open the apps menu under the message box and switch **Intangible** on.

## ChatGPT: verify the connection

Test the connection. Keep a Studio tab open, then send this example brief:

> Create a new Intangible project and add a red cube to the scene.

ChatGPT opens a Studio window in your browser and places the cube. Keep the Studio tab open while you work, because the agent edits your live scene.

## Primary source

OpenAI documents developer mode and MCP connectors here: [Developer mode and MCP apps in ChatGPT](https://help.openai.com/en/articles/12584461-developer-mode-and-mcp-apps-in-chatgpt).

## Related

* [MCP (Model Context Protocol)](/overview/intangible-mcp.md)
* [What your agent can do](/overview/intangible-mcp/what-your-agent-can-do.md)
* [Troubleshooting and FAQ](/overview/intangible-mcp/troubleshooting-and-faq.md)

*Last updated 7 August 2026. Intangible's MCP server is in Beta; steps may change.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.intangible.ai/overview/intangible-mcp/connect-chatgpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
